export type CalendarValue = string | Date; export interface CalendarRange { from: CalendarValue; to: CalendarValue; }