You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The component that renders the transition.\n[Follow this guide](https://mui.com/material-ui/transitions/#transitioncomponent-prop) to learn more about the requirements for this component.",
70
70
"default": "Collapse",
71
71
"class": null
72
+
},
73
+
{
74
+
"name": "region",
75
+
"description": "The component that renders the region.",
76
+
"default": "'div'",
77
+
"class": "MuiAccordion-region"
72
78
}
73
79
],
74
80
"classes": [
@@ -90,12 +96,6 @@
90
96
"description": "Styles applied to the root element unless `disableGutters={true}`.",
91
97
"isGlobal": false
92
98
},
93
-
{
94
-
"key": "region",
95
-
"className": "MuiAccordion-region",
96
-
"description": "Styles applied to the region element, the container of the children.",
"description": "Styles applied to {{nodeName}}, {{conditions}}.",
58
-
"nodeName": "the region element",
59
-
"conditions": "the container of the children"
60
-
},
61
56
"rounded": {
62
57
"description": "Styles applied to {{nodeName}} unless {{conditions}}.",
63
58
"nodeName": "the root element",
@@ -66,6 +61,7 @@
66
61
},
67
62
"slotDescriptions": {
68
63
"heading": "The component that renders the heading.",
64
+
"region": "The component that renders the region.",
69
65
"root": "The component that renders the root.",
70
66
"transition": "The component that renders the transition. <a href=\"https://mui.com/material-ui/transitions/#transitioncomponent-prop\">Follow this guide</a> to learn more about the requirements for this component."
0 commit comments