seasoned-components
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,8 +5,8 @@ /// <reference types="react" /> | ||
time: number; | ||
timeout: number; | ||
onTick: (t: number) => void; | ||
timeout?: number; | ||
onTick?: (t: number) => void; | ||
onFinish: () => void; | ||
stop: boolean; | ||
stop?: boolean; | ||
} | ||
export declare const Countdown: import("react").MemoExoticComponent<({ active, time, timeout, onTick, onFinish, stop, }: CountdownProps) => null>; | ||
export {}; |
{ | ||
"name": "seasoned-components", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A set of usefull React components by SeasonedSoftware", | ||
@@ -5,0 +5,0 @@ "author": "gustavoguichard", |
31348