jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/less/Progress/props.js

12 lines
206 B
JavaScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
export var ProgressBarDefaultProps = {
percent: 0,
type: 'line',
width: 100,
strokeWidth: 8,
status: null,
strokeColor: '',
trailColor: '',
speed: 6,
animation: true,
};