{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"row": { "type": { "name": "bool" }, "default": "false" },
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "FormGroup",
"imports": [
"import FormGroup from '@mui/material/FormGroup';",
"import { FormGroup } from '@mui/material';"
],
"classes": [
{
"key": "error",
"className": "Mui-error",
"description": "State class applied to the root element if `error={true}`.",
"isGlobal": true
},
{
"key": "root",
"className": "MuiFormGroup-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "row",
"className": "MuiFormGroup-row",
"description": "Styles applied to the root element if `row={true}`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiFormGroup",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/FormGroup/FormGroup.js",
"inheritance": null,
"demos": "