UNPKG

@gfazioli/mantine-clock

Version:

React Clock components and hooks for Mantine with timezone support, countdown timers, customization options, and real-time updates.

5 lines (4 loc) 192 B
export { Clock } from './Clock.mjs'; export { useClock } from './hooks/use-clock.mjs'; export { useClockCountDown } from './hooks/use-clock-count-down.mjs'; //# sourceMappingURL=index.mjs.map