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