{
"props": {
"position": {
"type": { "name": "enum", "description": "'end'
| 'start'" },
"required": true
},
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"component": { "type": { "name": "elementType" } },
"disablePointerEvents": { "type": { "name": "bool" }, "default": "false" },
"disableTypography": { "type": { "name": "bool" }, "default": "false" },
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "enum",
"description": "'filled'
| 'outlined'
| 'standard'"
}
}
},
"name": "InputAdornment",
"imports": [
"import InputAdornment from '@mui/material/InputAdornment';",
"import { InputAdornment } from '@mui/material';"
],
"classes": [
{
"key": "disablePointerEvents",
"className": "MuiInputAdornment-disablePointerEvents",
"description": "Styles applied to the root element if `disablePointerEvents={true}`.",
"isGlobal": false
},
{
"key": "filled",
"className": "MuiInputAdornment-filled",
"description": "Styles applied to the root element if `variant=\"filled\"`.",
"isGlobal": false
},
{
"key": "hiddenLabel",
"className": "MuiInputAdornment-hiddenLabel",
"description": "Styles applied if the adornment is used inside