UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

9 lines (8 loc) 243 B
export declare function createCountdown(initialSeconds?: number): { readonly timeLeft: number; readonly isRunning: boolean; start: () => void; stop: () => void; reset: (seconds: number) => void; destroy: () => void; };