UNPKG

mantine-datepicker-jalali

Version:
17 lines 755 B
import 'dayjs/locale/ru'; import React from 'react'; import { WeekdaysTestProps } from './it-supports-weekdays-props'; export interface MonthTestProps extends WeekdaysTestProps { weekendDays?: number[]; excludeDate?: (date: Date) => boolean; minDate?: Date; maxDate?: Date; renderDay?(date: Date): React.ReactNode; hideOutsideDates?: boolean; hideWeekdays?: boolean; getDayAriaLabel?(date: Date): string; getDayProps?(date: Date): Record<string, any>; __getDayRef?(rowIndex: number, cellIndex: number, node: HTMLButtonElement): void; } export declare function itSupportsMonthProps(Component: React.FC<MonthTestProps>, requiredProps?: Record<string, any>): void; //# sourceMappingURL=it-supports-month-props.d.ts.map