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.

8 lines (7 loc) 149 B
export interface CalendarItemProps { selected?: boolean; range?: boolean; disabled?: boolean; width?: number; height?: number; }