UNPKG

@morjs/runtime-web

Version:
3 lines (2 loc) 222 B
import { IntersectionObserverOptions } from '../../../api/ui/element-query/intersection-observer'; export declare function mountIntersectionObserver(options: IntersectionObserverOptions, root: Element | Text | null): any;