12 lines
206 B
JavaScript
12 lines
206 B
JavaScript
export var ProgressBarDefaultProps = {
|
|
percent: 0,
|
|
type: 'line',
|
|
width: 100,
|
|
strokeWidth: 8,
|
|
status: null,
|
|
strokeColor: '',
|
|
trailColor: '',
|
|
speed: 6,
|
|
animation: true,
|
|
};
|