UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

18 lines (17 loc) 635 B
import { ButStatus, VideoStatus } from '../types'; /** * 定义组件属性 */ type __VLS_Props = { videoStatus: VideoStatus; butStatus: ButStatus; mssage: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { replay: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onReplay?: ((...args: any[]) => any) | undefined; }>, { mssage: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;