{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to the component." }, "color": { "description": "The color of the link." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component.", "requiresRef": true }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "TypographyClasses": { "description": "classes prop applied to the Typography element." }, "underline": { "description": "Controls when the link should have an underline." }, "variant": { "description": "Applies the theme typography styles." } }, "classDescriptions": { "button": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "component=\"button\"" }, "focusVisible": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "the link is keyboard focused" }, "root": { "description": "Styles applied to the root element." }, "underlineAlways": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "underline=\"always\"" }, "underlineHover": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "underline=\"hover\"" }, "underlineNone": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "underline=\"none\"" } } }