UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 244 B
export type UseIntersectionProps = { element: Element | null; options?: IntersectionObserverInit; onIntersect?: () => void; }; export declare const useIntersection: ({ element, options, onIntersect }: UseIntersectionProps) => void;