import { registerComponent } from 'nornj'; import { Progress } from 'antd'; registerComponent({ 'ant-Progress': Progress }); export default Progress;