UNPKG

@moamfar/react-time-date-picker

Version:

A React component library providing elegant and intuitive iOS-style pickers for Gregorian dates times and Jalaali (Persian) dates and Hijri dates offering a consistent user experience in your React applications.

5 lines (4 loc) 176 B
import { FC } from "react"; import { CustomPickerProps } from "../../types/CustomPicker.types"; declare const CustomPicker: FC<CustomPickerProps>; export default CustomPicker;