Files
react-test/docs/pages/material-ui/api/dialog-content.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2025-12-12 14:26:25 +09:00
{
"props": {
"children": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"dividers": { "type": { "name": "bool" }, "default": "false" },
"sx": {
"type": {
"name": "union",
"description": "Array&lt;func<br>&#124;&nbsp;object<br>&#124;&nbsp;bool&gt;<br>&#124;&nbsp;func<br>&#124;&nbsp;object"
},
"additionalInfo": { "sx": true }
}
},
"name": "DialogContent",
"imports": [
"import DialogContent from '@mui/material/DialogContent';",
"import { DialogContent } from '@mui/material';"
],
"classes": [
{
"key": "dividers",
"className": "MuiDialogContent-dividers",
"description": "Styles applied to the root element if `dividers={true}`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiDialogContent-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiDialogContent",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/DialogContent/DialogContent.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/react-dialog/\">Dialog</a></li></ul>",
"cssComponent": false
}