UNPKG

wix-style-react

Version:
4 lines 289 B
import type { UniDriver } from '@wix/wix-ui-test-utils/unidriver'; export declare const numberInputDriverFactory: (base: UniDriver, body: UniDriver) => any; export type NumberInputUniDriver = ReturnType<typeof numberInputDriverFactory>; //# sourceMappingURL=NumberInput.uni.driver.d.ts.map