@material-ui/lab
Version:
Material-UI Lab - Incubator for Material-UI React components.
5 lines (4 loc) • 325 B
TypeScript
export declare type AllAvailableViews = 'year' | 'date' | 'month' | 'hours' | 'minutes' | 'seconds';
export declare type DateTimePickerView = 'year' | 'date' | 'month' | 'hours' | 'minutes';
export declare type DatePickerView = 'year' | 'date' | 'month';
export declare type TimePickerView = 'hours' | 'minutes' | 'seconds';