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) 232 B
import { ComponentProps } from '../../testkit'; export declare const DateTimePickerDriver: (props: ComponentProps) => { open: () => void; close: () => void; select: () => void; changeDateTo: (date: Date) => void; };