UNPKG

@fesjs/fes-design

Version:
7 lines (6 loc) 300 B
import type { InjectionKey } from 'vue'; import type { CarouselInst } from './interface'; export declare const CAROUSEL_NAME = "FCarousel"; export declare const CAROUSEL_ITEM_NAME = "FCarouselItem"; export declare const provideKey: InjectionKey<CarouselInst>; export declare const CARD_SCALE = 0.83;