UNPKG

rsuite

Version:

A suite of react components

6 lines 207 B
import ProgressCircle from './ProgressCircle'; import ProgressLine from './ProgressLine'; var Progress = ProgressLine; Progress.Line = ProgressLine; Progress.Circle = ProgressCircle; export default Progress;