@mui/x-date-pickers
Version:
The community edition of the MUI X Date and Time Picker components.
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>;