chore: export some types (#8309)
This commit is contained in:
@@ -5,3 +5,5 @@ const Calendar = withInstall<typeof _Calendar>(_Calendar);
|
||||
|
||||
export default Calendar;
|
||||
export { Calendar };
|
||||
export type { CalendarType } from './CalendarMonth';
|
||||
export type { CalendarDayItem, CalendarDayType } from './CalendarDay';
|
||||
|
||||
Reference in New Issue
Block a user