UNPKG

rsuite

Version:

A suite of react components

12 lines (8 loc) 237 B
import ProgressLine from './ProgressLine'; import ProgressCircle from './ProgressCircle'; interface Progress { Line: typeof ProgressLine; Circle: typeof ProgressCircle; } declare const Progress: Progress; export default Progress;