UNPKG

@mui/x-date-pickers

Version:

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

24 lines 754 B
import { PickersInputBaseClasses } from "../PickersInputBase/index.js"; export interface PickersInputClasses extends PickersInputBaseClasses { /** Styles applied to the root element unless `disableUnderline={true}`. */ underline: string; } export type PickersInputClassKey = keyof PickersInputClasses; export declare function getPickersInputUtilityClass(slot: string): string; export declare const pickersInputClasses: { underline: string; input: string; root: string; disabled: string; readOnly: string; error: string; focused: string; adornedStart: string; adornedEnd: string; notchedOutline: string; sectionsContainer: string; sectionContent: string; sectionBefore: string; sectionAfter: string; activeBar: string; };