UNPKG

the-platform

Version:

React Hooks and Suspense-ready Components for Web API's and elements

3 lines (2 loc) 160 B
import React from 'react'; export declare const useIntersectionObserver: (target: React.RefObject<HTMLElement>, root: React.RefObject<HTMLElement>) => boolean;