UNPKG

@opencloud-eu/design-system

Version:

OpenCloud Design System is used to design OpenCloud 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>; };