UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 394 B
import type { UseIntersectionObserverElement, UseIntersectionObserverOptions, UseIntersectionObserverReturn } from './types'; export declare function useIntersectionObserver( /** Отслеживаемый компонент */ target: UseIntersectionObserverElement, /** Параметры отслеживания */ options?: UseIntersectionObserverOptions): UseIntersectionObserverReturn;