import React from 'react'; import styles from './index.less'; const MiniProgress = ({ target, color, strokeWidth, percent }) => (
); export default MiniProgress;