UNPKG

@zenithui/time-picker

Version:

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

4 lines (3 loc) 144 B
import type { CountDownTimerProps } from "./types"; declare const CountDownTimer: React.FC<CountDownTimerProps>; export default CountDownTimer;