UNPKG

react-use-precision-timer

Version:

A versatile precision timer hook for React. Doubles as a stopwatch.

7 lines (6 loc) 238 B
/// <reference types="react" /> import 'bootstrap/dist/css/bootstrap.css'; export interface UseTimerExampleProps { initialDelay?: number; } export declare function UseTimerExample({ initialDelay }: UseTimerExampleProps): JSX.Element;