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