export interface DateProperties {
  // Used in date selection calendar
  isSelected?: boolean;
  // Used in both calendars
  isDisabled?: boolean;
}
