{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "Alias for the primary prop." },
"classes": { "description": "Override or extend the styles applied to the component." },
"disableTypography": {
"description": "If true, the children won't be wrapped by a Typography component. This can be useful to render an alternative Typography variant by wrapping the children (or primary) text, and optional secondary text with the Typography component."
},
"inset": {
"description": "If true, the children are indented. This should be used if there is no left avatar or left icon."
},
"primary": { "description": "The main content element." },
"primaryTypographyProps": {
"description": "These props will be forwarded to the primary typography component (as long as disableTypography is not true)."
},
"secondary": { "description": "The secondary content element." },
"secondaryTypographyProps": {
"description": "These props will be forwarded to the secondary typography component (as long as disableTypography is not true)."
},
"slotProps": { "description": "The props used for each slot inside." },
"slots": { "description": "The components used for each slot inside." },
"sx": {
"description": "The system prop that allows defining system overrides as well as additional CSS styles."
}
},
"classDescriptions": {
"dense": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the Typography component",
"conditions": "dense"
},
"inset": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "inset={true}"
},
"multiline": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the Typography component",
"conditions": "primary and secondary are set"
}
},
"slotDescriptions": {
"primary": "The component that renders the primary slot.",
"root": "The component that renders the root slot.",
"secondary": "The component that renders the secondary slot."
}
}