UNPKG

@mui/x-date-pickers

Version:

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

8 lines (7 loc) 314 B
export declare function getMonthCalendarUtilityClass(slot: string): string; export interface MonthCalendarClasses { /** Styles applied to the root element. */ root: string; } export type MonthCalendarClassKey = keyof MonthCalendarClasses; export declare const monthCalendarClasses: Record<"root", string>;