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