vexip-ui
Version: 
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
9 lines (8 loc) • 555 B
TypeScript
import { default as Video } from './video';
import { ComponentPublicInstance } from 'vue';
export { Video };
export { videoProps } from './props';
export { videoDefaultShortcuts, videoDefaultControlLayout } from './symbol';
export type VideoExposed = ComponentPublicInstance & InstanceType<typeof Video>;
export type { VideoProps, VideoCProps } from './props';
export type { VideoPresetControl, VideoControlName, VideoControlConfig, VideoControlLayout, VideoPlaybackRate, VideoControlType, VideoControlOption, VideoSegment, VideoSlots, } from './symbol';