MCPcopy Create free account
hub / github.com/TanStack/devtools / ButtonWithProps

Function ButtonWithProps

examples/preact/basic/src/button-with-props-only.tsx:4–6  ·  view source on GitHub ↗
(props: { children: ComponentChildren })

Source from the content-addressed store, hash-verified

2import { Button } from './button'
3
4export const ButtonWithProps = (props: { children: ComponentChildren }) => {
5 return <Button {...props} />
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected