UNPKG

react-timer-hook

Version:

React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.

5 lines (4 loc) 156 B
import useTimer from './useTimer'; import useStopwatch from './useStopwatch'; import useTime from './useTime'; export { useTimer, useStopwatch, useTime, };