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