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