UNPKG

react-use-precision-timer

Version:

A versatile precision timer hook for React. Doubles as a stopwatch.

2 lines (1 loc) 99 B
export declare const useMomentaryBool: (initial: boolean, delay: number) => [boolean, () => void];