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