| 50 | } |
| 51 | |
| 52 | export interface IntersectionObserverProps extends IntersectionOptions { |
| 53 | /** |
| 54 | * Children expects a function that receives an object |
| 55 | * contain an `inView` boolean and `ref` that should be |
| 56 | * assigned to the element root. |
| 57 | */ |
| 58 | children: (fields: RenderProps) => React.ReactNode; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * Types specific to the PlainChildren rendering of InView |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…