{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component.
If ' ' is provided, the component reserves one line height for displaying a future message." }, "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." }, "disabled": { "description": "If true, the helper text should be displayed in a disabled state." }, "error": { "description": "If true, helper text should be displayed in an error state." }, "filled": { "description": "If true, the helper text should use filled classes key." }, "focused": { "description": "If true, the helper text should use focused classes key." }, "margin": { "description": "If dense, will adjust vertical spacing. This is normally obtained via context from FormControl." }, "required": { "description": "If true, the helper text should use required classes key." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "variant": { "description": "The variant to use." } }, "classDescriptions": { "contained": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"filled\" or variant=\"outlined\"" }, "disabled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "disabled={true}" }, "error": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "error={true}" }, "filled": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "filled={true}" }, "focused": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "focused={true}" }, "required": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "required={true}" }, "root": { "description": "Styles applied to the root element." }, "sizeSmall": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "size=\"small\"" } } }