@mui/x-date-pickers
Version:
The community edition of the Date and Time Picker components (MUI X).
8 lines (7 loc) • 309 B
TypeScript
export interface YearCalendarClasses {
/** Styles applied to the root element. */
root: string;
}
export type YearCalendarClassKey = keyof YearCalendarClasses;
export declare function getYearCalendarUtilityClass(slot: string): string;
export declare const yearCalendarClasses: Record<"root", string>;