UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

10 lines (7 loc) 171 B
'use client'; 'use strict'; function padTime(value) { return value < 10 ? `0${value}` : `${value}`; } exports.padTime = padTime; //# sourceMappingURL=pad-time.cjs.map