react-timer-hook
Advanced tools
Comparing version
@@ -5,3 +5,3 @@ interface TimerSettings { | ||
onExpire?: () => void; | ||
enableMilliseconds?: boolean; | ||
interval?: number; | ||
} | ||
@@ -29,3 +29,3 @@ | ||
offsetTimestamp?: Date; | ||
enableMilliseconds?: boolean; | ||
interval?: number; | ||
} | ||
@@ -51,2 +51,3 @@ | ||
format?: '12-hour'; | ||
interval?: number; | ||
} | ||
@@ -53,0 +54,0 @@ |
{ | ||
"name": "react-timer-hook", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"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", |
21302
052
1.96%