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