mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 18:58:11 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import Progress from './progress';
|
|
|
|
export { ProgressProps } from './progress';
|
|
|
|
export default Progress;
|