UNPKG

mantine-datepicker-jalali

Version:
44 lines 1.96 kB
export declare function pickCalendarProps<T extends Record<string, any>>(props: T): { calendarProps: { maxLevel: any; minLevel: any; defaultLevel: any; level: any; onLevelChange: any; date: any; defaultDate: any; onDateChange: any; numberOfColumns: any; columnsToScroll: any; ariaLabels: any; onYearSelect: any; onMonthSelect: any; onYearMouseEnter: any; onMonthMouseEnter: any; __updateDateOnYearSelect: any; __updateDateOnMonthSelect: any; firstDayOfWeek: any; weekdayFormat: any; weekendDays: any; getDayProps: any; excludeDate: any; renderDay: any; hideOutsideDates: any; hideWeekdays: any; getDayAriaLabel: any; monthLabelFormat: any; monthsListFormat: any; getMonthControlProps: any; yearLabelFormat: any; yearsListFormat: any; getYearControlProps: any; decadeLabelFormat: any; allowSingleDateInRange: any; allowDeselect: any; minDate: any; maxDate: any; locale: any; }; others: Omit<T, "date" | "locale" | "firstDayOfWeek" | "weekendDays" | "weekdayFormat" | "renderDay" | "getDayProps" | "excludeDate" | "minDate" | "maxDate" | "hideOutsideDates" | "hideWeekdays" | "getDayAriaLabel" | "monthLabelFormat" | "numberOfColumns" | "monthsListFormat" | "getMonthControlProps" | "yearLabelFormat" | "yearsListFormat" | "getYearControlProps" | "decadeLabelFormat" | "defaultLevel" | "level" | "onLevelChange" | "onYearSelect" | "onMonthSelect" | "onYearMouseEnter" | "onMonthMouseEnter" | "maxLevel" | "minLevel" | "__updateDateOnYearSelect" | "__updateDateOnMonthSelect" | "defaultDate" | "onDateChange" | "columnsToScroll" | "ariaLabels" | "allowSingleDateInRange" | "allowDeselect">; }; //# sourceMappingURL=pick-calendar-levels-props.d.ts.map