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