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