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