(args)
| 3 | import { colors } from '../options'; |
| 4 | |
| 5 | function Example(args) { |
| 6 | return ( |
| 7 | <div> |
| 8 | <Button {...args} /> |
| 9 | </div> |
| 10 | ); |
| 11 | } |
| 12 | |
| 13 | Example.args = { |
| 14 | children: 'Click Me', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…