UNPKG

react-native-ui-lib

Version:

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

16 lines (15 loc) 652 B
import { ComponentProps } from '../../testkit/new/Component.driver'; export declare const CheckboxDriver: (props: ComponentProps) => { getLabel: () => string | (string | import("react-test-renderer").ReactTestInstance)[]; press: () => void; hasOnPress: () => boolean; onPressIn: () => void; hasOnPressIn: () => boolean; onPressOut: () => void; hasOnPressOut: () => boolean; onLongPress: () => void; hasOnLongPress: () => boolean; getElement: () => import("react-test-renderer").ReactTestInstance; queryElement: () => import("react-test-renderer").ReactTestInstance | undefined; exists: () => boolean; };