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