UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

8 lines (7 loc) 313 B
export declare const supportIntersectionObserver: boolean; declare function useIntersectionObserver(callback: IntersectionObserverCallback, options?: IntersectionObserverInit): { observer: IntersectionObserver; cor: (elem: Element) => void; dor: () => void; }; export default useIntersectionObserver;