UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

4 lines (3 loc) 155 B
export type DateView = 'year' | 'month' | 'day'; export type TimeView = 'hours' | 'minutes' | 'seconds'; export type DateOrTimeView = DateView | TimeView;