{
"props": {
"buttonFlex": { "type": { "name": "union", "description": "number
| string" } },
"children": { "type": { "name": "node" } },
"component": { "type": { "name": "elementType" } },
"orientation": {
"type": {
"name": "enum",
"description": "'horizontal-reverse'
| 'horizontal'
| 'vertical'"
},
"default": "'horizontal'"
},
"slotProps": {
"type": { "name": "shape", "description": "{ root?: func
| object }" },
"default": "{}"
},
"slots": {
"type": { "name": "shape", "description": "{ root?: elementType }" },
"default": "{}",
"additionalInfo": { "slotsApi": true }
},
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "CardActions",
"imports": [
"import CardActions from '@mui/joy/CardActions';",
"import { CardActions } from '@mui/joy';"
],
"slots": [
{
"name": "root",
"description": "The component that renders the root.",
"default": "'div'",
"class": "MuiCardActions-root"
}
],
"classes": [],
"spread": true,
"themeDefaultProps": true,
"muiName": "JoyCardActions",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-joy/src/CardActions/CardActions.tsx",
"inheritance": null,
"demos": "