UNPKG

@ownclouders/design-system

Version:

ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components

10 lines (9 loc) 269 B
import { Ref } from 'vue'; export declare const useIsVisible: ({ target, mode, rootMargin, onVisibleCallback }: { target: Ref<Element>; mode?: string; rootMargin?: string; onVisibleCallback?: () => void; }) => { isVisible: Ref<boolean, boolean>; };