import React from 'react'; import './index.less'; import Progress from '../Progress'; function ProgressText(props) { const { className = '', progress, width, times, unit = '遍', size } = props; return (