import { Dayjs } from 'dayjs';
export type SingleCalendarValue = Dayjs | string;
