UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

8 lines (6 loc) 149 B
'use client'; function padTime(value) { return value < 10 ? `0${value}` : `${value}`; } export { padTime }; //# sourceMappingURL=pad-time.mjs.map