react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
11 lines (10 loc) • 338 B
TypeScript
import { ComponentProps } from '../../testkit/new/Component.driver';
export declare const LineDriver: (props: ComponentProps) => {
getLine: () => {
exists: () => boolean;
getStyle: () => any;
isVisible: () => boolean;
isEntryPointExists: () => boolean;
getEntryPointStyle: () => any;
};
};