UNPKG

framer-motion

Version:

A simple and powerful React animation library

4 lines (3 loc) 231 B
declare type IntersectionHandler = (entry: IntersectionObserverEntry) => void; export declare function observeIntersection(element: Element, options: IntersectionObserverInit, callback: IntersectionHandler): () => void; export {};