jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Progress/props.js
2024-11-15 11:51:28 +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,
};