(props: any)
| 1335 | ); |
| 1336 | |
| 1337 | const Example41 = (props: any) => <DropdownItem header>Header</DropdownItem>; |
| 1338 | |
| 1339 | const Example42 = (props: any) => ( |
| 1340 | <div> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…