dist directory
This commit is contained in:
61
dist/components/FwbCarousel/FwbCarousel.vue.d.ts
vendored
Normal file
61
dist/components/FwbCarousel/FwbCarousel.vue.d.ts
vendored
Normal file
@@ -0,0 +1,61 @@
|
||||
import { type PropType } from 'vue';
|
||||
import type { PictureItem } from '@/components/FwbCarousel/types';
|
||||
declare const _default: import("vue").DefineComponent<{
|
||||
pictures: {
|
||||
type: PropType<PictureItem[]>;
|
||||
default(): never[];
|
||||
};
|
||||
noIndicators: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
noControls: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
slide: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
slideInterval: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
animation: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
||||
pictures: {
|
||||
type: PropType<PictureItem[]>;
|
||||
default(): never[];
|
||||
};
|
||||
noIndicators: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
noControls: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
slide: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
slideInterval: {
|
||||
type: NumberConstructor;
|
||||
default: number;
|
||||
};
|
||||
animation: {
|
||||
type: BooleanConstructor;
|
||||
default: boolean;
|
||||
};
|
||||
}>>, {
|
||||
pictures: PictureItem[];
|
||||
noIndicators: boolean;
|
||||
noControls: boolean;
|
||||
slide: boolean;
|
||||
slideInterval: number;
|
||||
animation: boolean;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user