53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"props": {
|
||
|
|
"buttonFlex": { "type": { "name": "union", "description": "number<br>| string" } },
|
||
|
|
"children": { "type": { "name": "node" } },
|
||
|
|
"component": { "type": { "name": "elementType" } },
|
||
|
|
"orientation": {
|
||
|
|
"type": {
|
||
|
|
"name": "enum",
|
||
|
|
"description": "'horizontal-reverse'<br>| 'horizontal'<br>| 'vertical'"
|
||
|
|
},
|
||
|
|
"default": "'horizontal-reverse'"
|
||
|
|
},
|
||
|
|
"slotProps": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: func<br>| object }" },
|
||
|
|
"default": "{}"
|
||
|
|
},
|
||
|
|
"slots": {
|
||
|
|
"type": { "name": "shape", "description": "{ root?: elementType }" },
|
||
|
|
"default": "{}",
|
||
|
|
"additionalInfo": { "slotsApi": true }
|
||
|
|
},
|
||
|
|
"sx": {
|
||
|
|
"type": {
|
||
|
|
"name": "union",
|
||
|
|
"description": "Array<func<br>| object<br>| bool><br>| func<br>| object"
|
||
|
|
},
|
||
|
|
"additionalInfo": { "sx": true }
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"name": "DialogActions",
|
||
|
|
"imports": [
|
||
|
|
"import DialogActions from '@mui/joy/DialogActions';",
|
||
|
|
"import { DialogActions } from '@mui/joy';"
|
||
|
|
],
|
||
|
|
"slots": [
|
||
|
|
{
|
||
|
|
"name": "root",
|
||
|
|
"description": "The component that renders the root.",
|
||
|
|
"default": "'div'",
|
||
|
|
"class": "MuiDialogActions-root"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"classes": [],
|
||
|
|
"spread": true,
|
||
|
|
"themeDefaultProps": true,
|
||
|
|
"muiName": "JoyDialogActions",
|
||
|
|
"forwardsRefTo": "HTMLDivElement",
|
||
|
|
"filename": "/packages/mui-joy/src/DialogActions/DialogActions.tsx",
|
||
|
|
"inheritance": null,
|
||
|
|
"demos": "<ul><li><a href=\"/joy-ui/react-modal/\">Modal</a></li></ul>",
|
||
|
|
"cssComponent": false
|
||
|
|
}
|