UNPKG

@opensig/opendesign

Version:

8 lines (7 loc) 276 B
import { ObjectDirective } from 'vue'; export declare function useIntersectionObserverDirective({ listener, removeOnUnmounted, }: { listener: (entry: IntersectionObserverEntry) => void; removeOnUnmounted?: boolean; }): { vIntersectionObserver: ObjectDirective; };