UNPKG

@vergiss/chooks

Version:
5 lines (4 loc) 179 B
import { MutableRefObject } from 'react'; import 'intersection-observer'; declare function useInView(target: MutableRefObject<HTMLElement | null>): boolean; export { useInView };