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

12 lines
206 B
JavaScript
Raw Normal View History

2024-12-01 11:56:54 +00:00
export var ProgressBarDefaultProps = {
percent: 0,
type: 'line',
width: 100,
strokeWidth: 8,
status: null,
strokeColor: '',
trailColor: '',
speed: 6,
animation: true,
2024-11-10 07:01:22 +00:00
};