UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

17 lines (16 loc) 674 B
/** * 定义组件属性 */ type __VLS_Props = { modelValue: number; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; change: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { volumeBarEl: HTMLDivElement; }, HTMLDivElement>; export default _default;