react-progress-bar-timer
Version:
Customizable React progress bar with a labeled timer
5 lines (4 loc) • 302 B
TypeScript
/// <reference types="react" />
import { type ProgressTimerProps, type ProgressTimerHandle } from './ProgressTimer.types';
declare const ProgressTimer: import("react").ForwardRefExoticComponent<ProgressTimerProps & import("react").RefAttributes<ProgressTimerHandle>>;
export default ProgressTimer;