UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

9 lines (8 loc) 247 B
"use client"; //#region packages/@mantine/dates/src/components/TimePicker/utils/pad-time/pad-time.ts function padTime(value) { return value < 10 ? `0${value}` : `${value}`; } //#endregion export { padTime }; //# sourceMappingURL=pad-time.mjs.map