UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 419 B
import { CarouselWIPProps } from './CarouselWIP.types'; export declare const requiredProps: CarouselWIPProps; export declare const testkitTests: { title: string; props: CarouselWIPProps; }[]; export declare const ssrTests: { title: string; props: CarouselWIPProps; }[]; export declare const a11yTests: { title: string; props: CarouselWIPProps; }[]; //# sourceMappingURL=CarouselWIP.meta.d.ts.map