UNPKG

vuetify

Version:

Vue Material Component Framework

5 lines (4 loc) 285 B
export declare function useIntersectionObserver(callback?: IntersectionObserverCallback, options?: IntersectionObserverInit): { intersectionRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>; isIntersecting: import("vue").ShallowRef<boolean, boolean>; };