UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

7 lines (6 loc) 187 B
export declare function useTimer(initialSeconds: number, start?: boolean): { formatTime: string; resetTimer: () => void; stopTimer: () => void; startTimer: () => void; };