UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

12 lines (11 loc) 325 B
import { Ref } from 'vue'; import { Props } from '../props'; /** * 监听元素是否完全被遮挡 * * @param props 组件属性 * @param videoPlaceholderRef 元素实例 */ export declare const useFloating: (props: Props, videoPlaceholderRef: Ref<HTMLDivElement | null>) => { isVisible: Ref<boolean, boolean>; };