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) 252 B
import { HintProps } from './index'; import { ComponentDriver } from '../../testkit/Component.driver'; export declare class HintDriver extends ComponentDriver<HintProps> { getHintContent: () => Promise<any>; getHintModal: () => Promise<any>; }