33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
|
||
|
|
"disableGutters": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"fixed": { "type": { "name": "bool" }, "default": "false" },
|
||
|
|
"maxWidth": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'lg'<br>| 'md'<br>| 'sm'<br>| 'xl'<br>| 'xs'<br>| false"
|
||
|
|
},
|
||
|
|
"default": "'lg'"
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "PigmentContainer",
|
||
|
|
"imports": [
|
||
|
|
"import PigmentContainer from '@mui/material/PigmentContainer';",
|
||
|
|
"import { PigmentContainer } from '@mui/material';"
|
||
|
|
],
|
||
|
|
"classes": [],
|
||
|
|
"muiName": "MuiPigmentContainer",
|
||
|
|
"filename": "/packages/mui-material/src/PigmentContainer/PigmentContainer.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-container/\">Container</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|