(args)
| 2 | import { Placeholder } from 'reactstrap'; |
| 3 | |
| 4 | function Example(args) { |
| 5 | return ( |
| 6 | <> |
| 7 | <Placeholder xs={12} size="lg" /> |
| 8 | <Placeholder xs={12} /> |
| 9 | <Placeholder xs={12} size="sm" /> |
| 10 | <Placeholder xs={12} size="xs" /> |
| 11 | </> |
| 12 | ); |
| 13 | } |
| 14 | |
| 15 | export default Example; |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…