vuux
Version:
Vue3 Nuxt3 Nuxt4 组件库
10 lines (9 loc) • 519 B
TypeScript
import { Props } from './types';
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
height: string;
width: string;
duration: number;
fit: "fill" | "contain" | "cover" | "none" | "scale-down";
autoplay: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;