UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

7 lines (6 loc) 257 B
import { ComponentProps } from '../../testkit/new/Component.driver'; export declare const NumberInputDriver: (props: ComponentProps) => { exists: () => boolean; changeText: (text: string) => Promise<void>; getValue: () => string | undefined; };