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