{
"props": {
"children": { "type": { "name": "node" }, "required": true },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"cols": { "type": { "name": "custom", "description": "integer" }, "default": "2" },
"component": { "type": { "name": "elementType" } },
"gap": { "type": { "name": "number" }, "default": "4" },
"rowHeight": {
"type": { "name": "union", "description": "'auto'
| number" },
"default": "'auto'"
},
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
},
"variant": {
"type": {
"name": "union",
"description": "'masonry'
| 'quilted'
| 'standard'
| 'woven'
| string"
},
"default": "'standard'"
}
},
"name": "ImageList",
"imports": [
"import ImageList from '@mui/material/ImageList';",
"import { ImageList } from '@mui/material';"
],
"classes": [
{
"key": "masonry",
"className": "MuiImageList-masonry",
"description": "Styles applied to the root element if `variant=\"masonry\"`.",
"isGlobal": false
},
{
"key": "quilted",
"className": "MuiImageList-quilted",
"description": "Styles applied to the root element if `variant=\"quilted\"`.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiImageList-root",
"description": "Styles applied to the root element.",
"isGlobal": false
},
{
"key": "standard",
"className": "MuiImageList-standard",
"description": "Styles applied to the root element if `variant=\"standard\"`.",
"isGlobal": false
},
{
"key": "woven",
"className": "MuiImageList-woven",
"description": "Styles applied to the root element if `variant=\"woven\"`.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiImageList",
"forwardsRefTo": "HTMLUListElement",
"filename": "/packages/mui-material/src/ImageList/ImageList.js",
"inheritance": null,
"demos": "