@mui/x-date-pickers
Version:
The community edition of the Date and Time Picker components (MUI X).
12 lines (11 loc) • 509 B
TypeScript
export interface PickersArrowSwitcherClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the spacer element. */
spacer: string;
/** Styles applied to the button element. */
button: string;
}
export type PickersArrowSwitcherClassKey = keyof PickersArrowSwitcherClasses;
export declare function getPickersArrowSwitcherUtilityClass(slot: string): string;
export declare const pickersArrowSwitcherClasses: Record<"button" | "root" | "spacer", string>;