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