UNPKG

294 BTypeScriptView Raw
1import type { Dayjs } from 'dayjs';
2import { type CalendarProps } from './generateCalendar';
3declare const Calendar: (props: CalendarProps<Dayjs>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
4export type { CalendarProps };
5export default Calendar;