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