UNPKG

@procore/core-react

Version:
2 lines (1 loc) 194 B
export declare function useIntersectionObserver<T extends Element = HTMLElement>(callback: IntersectionObserverCallback, options?: IntersectionObserverInit): (el: T | null | undefined) => void;