UNPKG

zaman

Version:

React component that helps you to makes simple Farsi/Jalali/Shamsi date picker. It also has range date picker you can select multiple days in multiple months.

4 lines (3 loc) 165 B
import type { MonthPickerProps } from './MonthPicker.types'; export declare const MonthPicker: (props: MonthPickerProps) => JSX.Element; export default MonthPicker;