36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
|
|
{
|
||
|
|
"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 }<br>| string"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"in": { "type": { "name": "bool" } },
|
||
|
|
"timeout": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "'auto'<br>| number<br>| { appear?: number, enter?: number, exit?: number }"
|
||
|
|
},
|
||
|
|
"default": "'auto'"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "Grow",
|
||
|
|
"imports": ["import Grow from '@mui/material/Grow';", "import { Grow } from '@mui/material';"],
|
||
|
|
"classes": [],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": false,
|
||
|
|
"muiName": "MuiGrow",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-material/src/Grow/Grow.js",
|
||
|
|
"inheritance": {
|
||
|
|
"component": "Transition",
|
||
|
|
"pathname": "https://reactcommunity.org/react-transition-group/transition/#Transition-props"
|
||
|
|
},
|
||
|
|
"demos": "<ul><li><a href=\"/material-ui/react-popover/\">Popover</a></li>\n<li><a href=\"/material-ui/transitions/\">Transitions</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|