Files
react-test/docs/pages/material-ui/api/grow.json

36 lines
1.2 KiB
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"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>&#124;&nbsp;string"
}
},
"in": { "type": { "name": "bool" } },
"timeout": {
"type": {
"name": "union",
"description": "'auto'<br>&#124;&nbsp;number<br>&#124;&nbsp;{ 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
}