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