UNPKG

react-native-ui-lib

Version:

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

11 lines (10 loc) 338 B
import { ComponentProps } from '../../testkit/new/Component.driver'; export declare const LineDriver: (props: ComponentProps) => { getLine: () => { exists: () => boolean; getStyle: () => any; isVisible: () => boolean; isEntryPointExists: () => boolean; getEntryPointStyle: () => any; }; };