UNPKG

@vuux/video

Version:

Vue Nuxt 视频播放器

13 lines (12 loc) 318 B
/** * 电影时间格式化 */ export declare const timeFormat: (time: number) => string; /** * 全屏模式 */ export declare const fullScreen: (e: HTMLElement) => boolean; /** * 画中画模式 */ export declare const pictureInPicture: (e: HTMLElement | Document | Window | HTMLVideoElement) => Promise<void>;