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

Function ButtonWithProps

examples/react/https/src/button-with-props-only.tsx:3–5  ·  view source on GitHub ↗
(props: { children: React.ReactNode })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected