UNPKG

@fesjs/fes-design

Version:
9 lines (6 loc) 233 B
import './style'; import { withInstall } from '../_util/withInstall'; import Progress from './progress'; export { progressProps } from './props'; const FProgress = withInstall(Progress); export { FProgress, FProgress as default };