UNPKG

@wix/design-system

Version:

@wix/design-system

15 lines 447 B
import { StackedBarChartProps } from './StackedBarChart.types'; 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