UNPKG

mantine-datepicker-jalali

Version:
8 lines 270 B
export declare type DayOfWeek = 0 | 1 | 2 | 3 | 4 | 5 | 6; export declare type CalendarLevel = 'month' | 'year' | 'decade'; export interface ControlKeydownPayload { cellIndex: number; rowIndex: number; date: Date; } //# sourceMappingURL=GeneralTypes.d.ts.map