mantine-datepicker-jalali
Version:
jalali datepicker of mantine library
11 lines • 424 B
TypeScript
import React from 'react';
export interface MonthsListProps {
locale?: string;
monthsListFormat?: string;
year?: Date;
minDate?: Date;
maxDate?: Date;
getMonthControlProps?(date: Date): Record<string, any>;
}
export declare function itSupportsMonthsListProps(Component: React.FC<MonthsListProps>, requiredProps?: Record<string, any>): void;
//# sourceMappingURL=it-supports-months-list-props.d.ts.map