UNPKG

@zenithui/time-picker

Version:

A ZenithUi Time Picker is React component enables users to select a time from a predefined list of options.

7 lines (6 loc) 381 B
import "./index.css"; import time_picker from "./components/time-picker/index.js"; import count_down from "./components/count-down.js"; import { useTimePicker } from "./components/hook.js"; import { convertTo12Hour, convertTo24Hour } from "./components/utils.js"; export { count_down as CountDownTimer, time_picker as TimePicker, convertTo12Hour, convertTo24Hour, useTimePicker };