UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

14 lines (13 loc) 553 B
/** * 定义组件属性 */ type __VLS_Props = { el?: HTMLElement | null; contextMenu: string[]; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { contextMenu: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onContextMenu?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;