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