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.

8 lines (7 loc) 208 B
export type Radius = 'thin' | 'x1' | 'x2' | 'x3' | 'x4'; interface radiusObject { wrapper: number; calendarItem: number; } export declare const radius: Record<Radius, radiusObject>; export {};