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