export enum DatepickerViewName {
  DAYS = 'days',
  MONTHS = 'months',
};

export type DatepickerView = `${DatepickerViewName}`