UNPKG

@samyeak/nepali-date-picker-mantine

Version:

Nepali Calendars, date and time pickers based on Mantine components

3 lines (2 loc) 262 B
import { PickerControlProps } from '../../PickerControl'; export declare function getMonthInTabOrder(months: Date[][], minDate: Date | undefined, maxDate: Date | undefined, getMonthControlProps: ((month: Date) => Partial<PickerControlProps>) | undefined): Date;