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