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