import { Calendar } from 'antd'; export type { CalendarProps } from 'antd/lib/calendar'; export * from 'antd/lib/calendar'; export default Calendar;