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