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