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