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