UNPKG

react-native-time-date-picker

Version:

Easy to use time and date picker with lots of options for React Native.

6 lines (5 loc) 226 B
import { TimeDatePicker } from "./TimeDatePicker/TimeDatePicker"; import { utils } from "./utils"; import * as types from "./utils/types"; import { Modes } from "./utils/types"; export { TimeDatePicker, utils, types, Modes };