UNPKG

rsuite

Version:

A suite of react components

5 lines 218 B
'use client'; export { getTimeLimits } from "./getTimeLimits.js"; export { formatWithLeadingZero } from "./formatWithLeadingZero.js"; export { scrollToTime } from "./scrollToTime.js"; export * from "./getClockTime.js";