diff --git a/components/Progress/Progress.tsx b/components/Progress/Progress.tsx index 39c6664..af57cc8 100644 --- a/components/Progress/Progress.tsx +++ b/components/Progress/Progress.tsx @@ -100,7 +100,7 @@ export class Progress extends Component { render() { const { - className, style, + className, style, format, strokeColor, bgColor, type, strokeWidth = 6, diameter, ...otherProps} = this.props;