UNPKG

react-native-ui-lib

Version:

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

8 lines (7 loc) 316 B
/// <reference types="react" /> import { TextProps } from './index'; import { ComponentDriver } from '../../testkit/Component.driver'; export declare class TextDriver extends ComponentDriver<TextProps> { getTextContent: () => Promise<import("react").ReactNode>; isPressable: () => Promise<boolean | null>; }