UNPKG

react-native-ui-lib

Version:

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

10 lines (9 loc) 417 B
import { RadioButtonProps } from './index'; import { ComponentDriver, ComponentDriverArgs } from '../../testkit/Component.driver'; export declare class RadioButtonDriver extends ComponentDriver<RadioButtonProps> { private readonly labelDriver; private readonly iconDriver; constructor(componentDriverArgs: ComponentDriverArgs); hasLabel: () => Promise<boolean>; hasIcon: () => Promise<boolean>; }