UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

3 lines (2 loc) 212 B
import type { CalendarLevel } from '../../../types'; export declare function clampLevel(level: CalendarLevel | undefined, minLevel: CalendarLevel | undefined, maxLevel: CalendarLevel | undefined): CalendarLevel;