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