UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

8 lines (7 loc) 302 B
import { DateStringValue } from '../../types'; interface GetDefaultClampedDate { minDate: DateStringValue | Date | undefined; maxDate: DateStringValue | Date | undefined; } export declare function getDefaultClampedDate({ minDate, maxDate, }: GetDefaultClampedDate): DateStringValue; export {};