UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

10 lines (9 loc) 694 B
import { default as _Carousel } from './src/index.vue'; export declare const Carousel: import('../withInstall').SFCWithInstall<import('vue').DefineComponent<import('./src/types').Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('./src/types').Props> & Readonly<{}>, { height: string; width: string; duration: number; fit: "fill" | "contain" | "cover" | "none" | "scale-down"; autoplay: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>> & Record<string, any>; export type CarouselInstance = InstanceType<typeof _Carousel>;