UNPKG

react-hooks-bank

Version:

A collection of **powerful, reusable custom React hooks** for complex, non-trivial interactions that go beyond React’s native features.

6 lines 290 B
import { RefObject } from "react"; export declare function useIntersectionObserver<T extends HTMLElement = HTMLElement>(options?: IntersectionObserverInit): { ref: RefObject<T | null>; entry: IntersectionObserverEntry | null; }; //# sourceMappingURL=useIntersectionObserver.d.ts.map