Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
23 lines
752 B
JSON
23 lines
752 B
JSON
{
|
|
"props": {
|
|
"maxRows": { "type": { "name": "union", "description": "number<br>| string" } },
|
|
"minRows": {
|
|
"type": { "name": "union", "description": "number<br>| string" },
|
|
"default": "1"
|
|
}
|
|
},
|
|
"name": "TextareaAutosize",
|
|
"imports": [
|
|
"import TextareaAutosize from '@mui/material/TextareaAutosize';",
|
|
"import { TextareaAutosize } from '@mui/material';"
|
|
],
|
|
"classes": [],
|
|
"spread": true,
|
|
"themeDefaultProps": null,
|
|
"muiName": "MuiTextareaAutosize",
|
|
"filename": "/packages/mui-material/src/TextareaAutosize/TextareaAutosize.tsx",
|
|
"inheritance": null,
|
|
"demos": "<ul><li><a href=\"/material-ui/react-textarea-autosize/\">Textarea Autosize</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|