UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 260 B
import Progress from './Progress'; import ProgressLine from './ProgressLine'; export type { ProgressLineProps as ProgressProps } from './ProgressLine'; export type { ProgressSection } from './types'; export { Progress, ProgressLine }; export default Progress;