(args)
| 2 | import { CloseButton } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return <CloseButton {...args} />; |
| 6 | } |
| 7 | |
| 8 | Example.args = { |
| 9 | disabled: false, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…