Skip to content

Commit

Permalink
Update api docs for ModalOverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Apr 9, 2023
1 parent aba4f56 commit a7216f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/pages/joy-ui/api/modal-overflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
},
"name": "ModalOverflow",
"styles": { "classes": [], "globalClasses": {}, "name": null },
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": ".MuiModalOverflow-root"
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyModalOverflow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"propDescriptions": {
"sx": "The system prop that allows defining system overrides as well as additional CSS styles. See the <a href=\"/system/getting-started/the-sx-prop/\">`sx` page</a> for more details."
},
"classDescriptions": {}
"classDescriptions": { "root": { "description": "Styles applied to the root element." } },
"slotDescriptions": { "root": "The component that renders the root." }
}

0 comments on commit a7216f4

Please sign in to comment.