()
| 8 | import Props from '../Props'; |
| 9 | |
| 10 | function Example() { |
| 11 | return ( |
| 12 | <Props |
| 13 | components={[Dropdown, DropdownToggle, DropdownMenu, DropdownItem]} |
| 14 | /> |
| 15 | ); |
| 16 | } |
| 17 | |
| 18 | export default Example; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…