UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

7 lines (6 loc) 189 B
export declare function clampTime(time: string, min: string | undefined, max: string | undefined): { timeString: string; hours: number; minutes: number; seconds: number; };