{
"props": {
"action": { "type": { "name": "node" } },
"classes": { "type": { "name": "object" }, "additionalInfo": { "cssApi": true } },
"message": { "type": { "name": "node" } },
"role": { "type": { "name": "string" }, "default": "'alert'" },
"sx": {
"type": {
"name": "union",
"description": "Array<func
| object
| bool>
| func
| object"
},
"additionalInfo": { "sx": true }
}
},
"name": "SnackbarContent",
"imports": [
"import SnackbarContent from '@mui/material/SnackbarContent';",
"import { SnackbarContent } from '@mui/material';"
],
"classes": [
{
"key": "action",
"className": "MuiSnackbarContent-action",
"description": "Styles applied to the action wrapper element if `action` is provided.",
"isGlobal": false
},
{
"key": "message",
"className": "MuiSnackbarContent-message",
"description": "Styles applied to the message wrapper element.",
"isGlobal": false
},
{
"key": "root",
"className": "MuiSnackbarContent-root",
"description": "Styles applied to the root element.",
"isGlobal": false
}
],
"spread": true,
"themeDefaultProps": true,
"muiName": "MuiSnackbarContent",
"forwardsRefTo": "HTMLDivElement",
"filename": "/packages/mui-material/src/SnackbarContent/SnackbarContent.js",
"inheritance": { "component": "Paper", "pathname": "/material-ui/api/paper/" },
"demos": "