import { ComponentProps } from 'react';
import { DayPicker } from 'react-day-picker';

export type CalendarProps = ComponentProps<typeof DayPicker>;
//# sourceMappingURL=calendar.types.d.ts.map