UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

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