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