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