| 29 | } |
| 30 | |
| 31 | interface UseInView { |
| 32 | ( |
| 33 | options?: Options, |
| 34 | externalState?: React.ComponentState[] |
| 35 | ): [ |
| 36 | (node: Element | null) => void, |
| 37 | State["inView"], |
| 38 | State["entry"], |
| 39 | State["observer"], |
| 40 | ] |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * useInView |
nothing calls this directly
no outgoing calls
no test coverage detected