@mui/x-date-pickers-pro
Version:
The Pro plan edition of the MUI X Date and Time Picker components.
9 lines • 402 B
TypeScript
export interface TimeRangePickerTabsClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the tab element. */
tab: string;
}
export type TimeRangePickerTabsClassKey = keyof TimeRangePickerTabsClasses;
export declare function getTimeRangePickerTabsUtilityClass(slot: string): string;
export declare const timeRangePickerTabsClasses: TimeRangePickerTabsClasses;