react-timer-hook
Advanced tools
Comparing version
@@ -11,2 +11,3 @@ interface TimerSettings { | ||
days: number; | ||
isRunning: boolean; | ||
start: () => void; | ||
@@ -29,2 +30,3 @@ pause: () => void; | ||
days: number; | ||
isRunning: boolean; | ||
start: () => void; | ||
@@ -31,0 +33,0 @@ pause: () => void; |
{ | ||
"name": "react-timer-hook", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "React timer hook is a custom react hook built to handle timers(countdown), stopwatch and time logic/state in your react component.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
20998
0.23%40
5.26%