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