| 4 | import './App.css' |
| 5 | |
| 6 | interface BaseDemoProps { |
| 7 | horizontal?: boolean |
| 8 | } |
| 9 | |
| 10 | const BaseDemo = ({ horizontal = false }: BaseDemoProps) => { |
| 11 | const parallax = useRef<IParallax>(null) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…