import { InputBaseProps } from "../InputBase"; import { Theme } from "../styles"; import { InputClasses } from "./inputClasses"; import SxProps from "@suid/system/sxProps"; import { ElementType } from "@suid/types"; export interface InputTypeMap
{
name: "MuiInput";
selfProps: {
/**
* Override or extend the styles applied to the component.
*/
classes?: Partial