@wix/design-system
Version:
@wix/design-system
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