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