UNPKG

@mui/x-date-pickers-pro

Version:

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

12 lines (11 loc) 550 B
export interface DateTimeRangePickerToolbarClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the start toolbar element. */ startToolbar: string; /** Styles applied to the end toolbar element. */ endToolbar: string; } export type DateTimeRangePickerToolbarClassKey = keyof DateTimeRangePickerToolbarClasses; export declare function getDateTimeRangePickerToolbarUtilityClass(slot: string): string; export declare const dateTimeRangePickerToolbarClasses: DateTimeRangePickerToolbarClasses;