import { Dayjs } from 'dayjs';
export type CalendarValue = Dayjs | Dayjs[] | string | string[];
