comic-plus
Version:
<p align="center"> <img width="200px" src="./logo.png"/> </p>
31 lines (30 loc) • 454 B
JavaScript
const progressProps = {
progress: {
type: Number,
default: 0
},
type: {
type: String,
default: "primary"
},
barType: {
type: String,
default: "line"
},
status: String,
size: {
type: [String, Number],
default: "120"
},
barWidth: Number,
colors: [String, Object, Function],
insetFormat: Boolean,
format: String,
showText: {
type: Boolean,
default: true
}
};
export {
progressProps
};