| 8 | import useIntersection from "hooks/useIntersection"; |
| 9 | |
| 10 | interface SectionProps extends PropsWithChildren { |
| 11 | className?: string; |
| 12 | section: string; |
| 13 | } |
| 14 | |
| 15 | interface SectionsContextInterface { |
| 16 | sectionsVisibles: string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected