()
| 8 | import Props from '../Props'; |
| 9 | |
| 10 | function Example() { |
| 11 | return ( |
| 12 | <Props |
| 13 | components={[ |
| 14 | ListGroup, |
| 15 | ListGroupItem, |
| 16 | ListGroupItemHeading, |
| 17 | ListGroupItemText, |
| 18 | ]} |
| 19 | /> |
| 20 | ); |
| 21 | } |
| 22 | |
| 23 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…