UNPKG

@mui/x-date-pickers-pro

Version:

The Pro plan edition of the Date and Time Picker components (MUI X).

8 lines (7 loc) 267 B
export interface MultiInputRangeFieldClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the separator element. */ separator: string; } export type MultiInputRangeFieldClassKey = keyof MultiInputRangeFieldClasses;