UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

3 lines (2 loc) 219 B
import { DateStringValue } from '../../types'; export declare function clampDate(minDate: DateStringValue | Date | undefined, maxDate: DateStringValue | Date | undefined, date: DateStringValue | Date): DateStringValue;