@mui/x-date-pickers
Version:
The community edition of the Date and Time Picker components (MUI X).
10 lines (9 loc) • 403 B
TypeScript
export interface DatePickerToolbarClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the title element. */
title: string;
}
export type DatePickerToolbarClassKey = keyof DatePickerToolbarClasses;
export declare function getDatePickerToolbarUtilityClass(slot: string): string;
export declare const datePickerToolbarClasses: DatePickerToolbarClasses;