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) 365 B
import "./index.css"; export { default as TimePicker } from "./components/time-picker"; export { default as CountDownTimer } from "./components/count-down"; export { useTimePicker } from "./components/hook"; export { convertTo12Hour, convertTo24Hour } from "./components/utils"; export { type TimePickerProps, type CountDownTimerProps, } from "./components/types";