@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
23 lines (22 loc) • 622 B
TypeScript
/**
* Video 用于在页面中展示视频。
*
* @example
* ```vue
* <script type="setup">
* </script>
* <template>
* <f-video :src="'/assets/video/video01.mp4'"></f-video>
* </template>
* ```
*
* @public
*/
declare const _default: import("vue").DefineComponent<{
[x: string]: any;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
[x: string]: any;
}> & Readonly<{}>, {
[x: string]: any;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;