UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

20 lines (19 loc) 772 B
/** * 定义组件属性 */ type __VLS_Props = { modelValue: number | string | boolean; trueValue?: number | string | boolean; falseValue?: number | string | boolean; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { trueValue: number | string | boolean; falseValue: number | string | boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { inputEl: HTMLInputElement; }, HTMLDivElement>; export default _default;