UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

3 lines (2 loc) 123 B
import { Ref } from 'vue'; export declare const useIsVisible: (el: Ref<HTMLElement | undefined>) => Ref<boolean, boolean>;