react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
10 lines (9 loc) • 417 B
TypeScript
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>;
}