()
| 4317 | } |
| 4318 | |
| 4319 | function Example106() { |
| 4320 | return ( |
| 4321 | <Nav vertical> |
| 4322 | <NavLink className="toggle-drawer" href="#"> |
| 4323 | Details |
| 4324 | </NavLink> |
| 4325 | </Nav> |
| 4326 | ); |
| 4327 | } |
| 4328 | |
| 4329 | const CSSModuleExample = (props: any) => { |
| 4330 | const cssModule = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…