export type DateTimePickerView = 'year' | 'date' | 'hours' | 'minutes';
