wix-style-react
Version:
wix-style-react
15 lines • 413 B
TypeScript
import { CalendarPanelProps } from '.';
export declare const requiredProps: CalendarPanelProps;
export declare const testkitTests: {
title: string;
props: CalendarPanelProps;
}[];
export declare const ssrTests: {
title: string;
props: CalendarPanelProps;
}[];
export declare const a11yTests: {
title: string;
props: CalendarPanelProps;
}[];
//# sourceMappingURL=CalendarPanel.meta.d.ts.map