UNPKG

react-native-ui-lib

Version:

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

9 lines (8 loc) 260 B
import { ComponentProps } from '../../testkit/new/Component.driver'; export declare const PointDriver: (props: ComponentProps) => { getPoint: () => { exists: () => boolean; getStyle: () => any; getContentStyle: () => any; }; };