UNPKG

@mui/x-date-pickers

Version:

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

6 lines 155 B
export interface TimeStepOptions { hours?: number; minutes?: number; seconds?: number; } export type PickerValueType = 'date' | 'time' | 'date-time';