export type InputCalendarFormat = 'dd/MM/yyyy' | 'MM/dd/yyyy' | 'yyyy/MM/dd'; export type InputCalendarType = 'date' | 'datetime' | 'month' | 'daterange';