Files
Ling53666 02554225da 提交
2025-08-18 09:11:51 +08:00

12 lines
206 B
JavaScript

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