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