{
"props": {
"children": { "type": { "name": "custom", "description": "element" }, "required": true },
"addEndListener": { "type": { "name": "func" } },
"appear": { "type": { "name": "bool" }, "default": "true" },
"easing": {
"type": {
"name": "union",
"description": "{ enter?: string, exit?: string }
| string"
}
},
"in": { "type": { "name": "bool" } },
"timeout": {
"type": {
"name": "union",
"description": "number
| { appear?: number, enter?: number, exit?: number }"
},
"default": "{\n enter: theme.transitions.duration.enteringScreen,\n exit: theme.transitions.duration.leavingScreen,\n}"
}
},
"name": "Zoom",
"imports": ["import Zoom from '@mui/material/Zoom';", "import { Zoom } from '@mui/material';"],
"classes": [],
"spread": true,
"themeDefaultProps": false,
"muiName": "MuiZoom",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/Zoom/Zoom.js",
"inheritance": {
"component": "Transition",
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
},
"demos": "