UNPKG

@mui/x-date-pickers-pro

Version:

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

9 lines 432 B
export interface DateRangePickerToolbarClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the container element. */ container: string; } export type DateRangePickerToolbarClassKey = keyof DateRangePickerToolbarClasses; export declare function getDateRangePickerToolbarUtilityClass(slot: string): string; export declare const dateRangePickerToolbarClasses: DateRangePickerToolbarClasses;