export var ProgressBarDefaultProps = {
    percent: 0,
    type: 'line',
    width: 100,
    strokeWidth: 8,
    status: null,
    strokeColor: '',
    trailColor: '',
    speed: 6,
    animation: true,
};