@wix/design-system
Version:
@wix/design-system
15 lines • 383 B
TypeScript
import { CalendarProps } from '.';
export declare const requiredProps: CalendarProps;
export declare const testkitTests: {
title: string;
props: CalendarProps;
}[];
export declare const ssrTests: {
title: string;
props: CalendarProps;
}[];
export declare const a11yTests: {
title: string;
props: CalendarProps;
}[];
//# sourceMappingURL=Calendar.meta.d.ts.map