ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
20 lines • 337 B
JavaScript
export var propTypes = {
gapDegree: Number,
gapPosition: {
type: String
},
percent: {
type: [Array, Number]
},
prefixCls: String,
strokeColor: {
type: [Object, String, Array]
},
strokeLinecap: {
type: String
},
strokeWidth: Number,
trailColor: String,
trailWidth: Number,
transition: String
};