UNPKG

react-use

Version:
4 lines (3 loc) 200 B
import { RefObject } from 'react'; declare const useIntersection: (ref: RefObject<HTMLElement>, options: IntersectionObserverInit) => IntersectionObserverEntry | null; export default useIntersection;