1 | import PropTypes from '../../_util/vue-types';
|
2 | export var propTypes = {
|
3 | gapDegree: PropTypes.number,
|
4 | gapPosition: {
|
5 | type: String
|
6 | },
|
7 | percent: {
|
8 | type: [Array, Number]
|
9 | },
|
10 | prefixCls: PropTypes.string,
|
11 | strokeColor: {
|
12 | type: [Object, String, Array]
|
13 | },
|
14 | strokeLinecap: {
|
15 | type: String
|
16 | },
|
17 | strokeWidth: PropTypes.number,
|
18 | trailColor: PropTypes.string,
|
19 | trailWidth: PropTypes.number,
|
20 | transition: PropTypes.string
|
21 | }; |
\ | No newline at end of file |