{ "componentDescription": "", "propDescriptions": { "absolute": { "description": "Absolutely position the element." }, "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "flexItem": { "description": "If true, a vertical divider will have the correct height when used in flex container. (By default, a vertical divider will have a calculated height of 0px if it is the child of a flex container.)" }, "light": { "description": "If true, the divider will have a lighter color." }, "orientation": { "description": "The component orientation." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "textAlign": { "description": "The text alignment." }, "variant": { "description": "The variant to use." } }, "classDescriptions": { "absolute": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "absolute={true}" }, "flexItem": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "flexItem={true}" }, "fullWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"fullWidth\"" }, "inset": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"inset\"" }, "light": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "light={true}" }, "middle": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"middle\"" }, "root": { "description": "Styles applied to the root element." }, "textAlignLeft": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "textAlign=\"left\" orientation=\"horizontal\"" }, "textAlignRight": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "textAlign=\"right\" orientation=\"horizontal\"" }, "vertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "orientation=\"vertical\"" }, "withChildren": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "divider have text" }, "withChildrenVertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "divider have text and orientation=\"vertical\"", "deprecationInfo": "Combine the .MuiDivider-withChildren and .MuiDivider-vertical classes instead." }, "wrapper": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the span children element", "conditions": "orientation=\"horizontal\"" }, "wrapperVertical": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the span children element", "conditions": "orientation=\"vertical\"" } } }