@mui/x-date-pickers-pro
Version:
The Pro plan edition of the MUI X Date and Time Picker components.
11 lines • 502 B
TypeScript
export interface DateRangeCalendarClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the container of a month. */
monthContainer: string;
/** Styles applied to the day calendar container when dragging */
dayDragging: string;
}
export type DateRangeCalendarClassKey = keyof DateRangeCalendarClasses;
export declare const getDateRangeCalendarUtilityClass: (slot: string) => string;
export declare const dateRangeCalendarClasses: DateRangeCalendarClasses;