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