UNPKG

persian-fullcalendar

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.

13 lines (12 loc) 234 B
interface localesNames { key: number; name: string; } export interface LocalesTypes { shortWeekDays: localesNames[]; months: localesNames[]; format: string; am: string; pm: string; } export {};