(args)
| 2 | import { CloseButton } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return ( |
| 6 | <div className="bg-dark p-3"> |
| 7 | <CloseButton variant="white" /> |
| 8 | </div> |
| 9 | ); |
| 10 | } |
| 11 | |
| 12 | Example.parameters = { |
| 13 | docs: { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…