{ "props": { "children": { "type": { "name": "node" } }, "component": { "type": { "name": "elementType" } }, "inset": { "type": { "name": "union", "description": "'context'
| 'gutter'
| 'startDecorator'
| 'startContent'
| string" }, "default": "'context'" }, "orientation": { "type": { "name": "enum", "description": "'horizontal'
| 'vertical'" }, "default": "'horizontal'" }, "slotProps": { "type": { "name": "shape", "description": "{ root?: func
| object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ root?: elementType }" }, "default": "{}", "additionalInfo": { "slotsApi": true } }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } } }, "name": "ListDivider", "imports": [ "import ListDivider from '@mui/joy/ListDivider';", "import { ListDivider } from '@mui/joy';" ], "slots": [ { "name": "root", "description": "The component that renders the root.", "default": "'li'", "class": "MuiListDivider-root" } ], "classes": [ { "key": "horizontal", "className": "MuiListDivider-horizontal", "description": "Class name applied to the root element if `orientation=\"horizontal\"`.", "isGlobal": false }, { "key": "insetGutter", "className": "MuiListDivider-insetGutter", "description": "Class name applied to the root element if `inset=\"gutter\"`.", "isGlobal": false }, { "key": "insetStartContent", "className": "MuiListDivider-insetStartContent", "description": "Class name applied to the root element if `inset=\"startContent\"`.", "isGlobal": false }, { "key": "insetStartDecorator", "className": "MuiListDivider-insetStartDecorator", "description": "Class name applied to the root element if `inset=\"startDecorator\"`.", "isGlobal": false }, { "key": "vertical", "className": "MuiListDivider-vertical", "description": "Class name applied to the root element if `orientation=\"vertical\"`.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "JoyListDivider", "forwardsRefTo": "HTMLLIElement", "filename": "/packages/mui-joy/src/ListDivider/ListDivider.tsx", "inheritance": null, "demos": "", "cssComponent": false }