props.js 206 B

1234567891011
  1. export var ProgressBarDefaultProps = {
  2. percent: 0,
  3. type: 'line',
  4. width: 100,
  5. strokeWidth: 8,
  6. status: null,
  7. strokeColor: '',
  8. trailColor: '',
  9. speed: 6,
  10. animation: true,
  11. };