(props: { children: ComponentChildren })
| 2 | import { Button } from './button' |
| 3 | |
| 4 | export const ButtonWithProps = (props: { children: ComponentChildren }) => { |
| 5 | return <Button {...props} /> |
| 6 | } |
nothing calls this directly
no outgoing calls
no test coverage detected