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