import { Calendar } from './calendar';
export type { WebCalendarProps as CalendarProps } from "../../types";
export default Calendar;
