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