UNPKG
web-progess-bar
Version:
latest (1.0.1)
1.0.1
1.0.0
A customizable progress bar component for React
web-progess-bar
/
dist
/
Utils
/
types.d.ts
11 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
ProgressBarProps
{
progress
:
number
;
color
?:
string
;
height
?:
string
;
borderRadius
?:
string
;
backgroundColor
?:
string
;
duration
?:
string
;
timingFunction
?:
string
;
delay
?:
string
; }
//# sourceMappingURL=types.d.ts.map