{ "props": { "open": { "type": { "name": "bool" }, "required": true }, "children": { "type": { "name": "node" } }, "classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } }, "component": { "type": { "name": "elementType" } }, "components": { "type": { "name": "shape", "description": "{ Root?: elementType }" }, "default": "{}", "deprecated": true, "deprecationInfo": "Use the slots prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "componentsProps": { "type": { "name": "shape", "description": "{ root?: object }" }, "default": "{}", "deprecated": true, "deprecationInfo": "Use the slotProps prop instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "invisible": { "type": { "name": "bool" }, "default": "false" }, "slotProps": { "type": { "name": "shape", "description": "{ root?: func
| object, transition?: func
| object }" }, "default": "{}" }, "slots": { "type": { "name": "shape", "description": "{ root?: elementType, transition?: elementType }" }, "default": "{}" }, "sx": { "type": { "name": "union", "description": "Array<func
| object
| bool>
| func
| object" }, "additionalInfo": { "sx": true } }, "TransitionComponent": { "type": { "name": "elementType" }, "default": "Fade", "deprecated": true, "deprecationInfo": "Use slots.transition instead. This prop will be removed in a future major release. See Migrating from deprecated APIs for more details." }, "transitionDuration": { "type": { "name": "union", "description": "number
| { appear?: number, enter?: number, exit?: number }" } } }, "name": "Backdrop", "imports": [ "import Backdrop from '@mui/material/Backdrop';", "import { Backdrop } from '@mui/material';" ], "slots": [ { "name": "root", "description": "The component that renders the root.", "default": "'div'", "class": "MuiBackdrop-root" }, { "name": "transition", "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.", "default": "Fade", "class": null } ], "classes": [ { "key": "invisible", "className": "MuiBackdrop-invisible", "description": "Styles applied to the root element if `invisible={true}`.", "isGlobal": false } ], "spread": true, "themeDefaultProps": true, "muiName": "MuiBackdrop", "forwardsRefTo": "HTMLDivElement", "filename": "/packages/mui-material/src/Backdrop/Backdrop.js", "inheritance": { "component": "Fade", "pathname": "/material-ui/api/fade/" }, "demos": "", "cssComponent": false }