UNPKG

web-progess-bar

Version:

A customizable progress bar component for React

11 lines 275 B
export interface ProgressBarProps { progress: number; color?: string; height?: string; borderRadius?: string; backgroundColor?: string; duration?: string; timingFunction?: string; delay?: string; } //# sourceMappingURL=types.d.ts.map