Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"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<br>| object<br>| bool><br>| func<br>| 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": "<ul><li><a href=\"/material-ui/react-snackbar/\">Snackbar</a></li></ul>",
|
|
"cssComponent": false
|
|
}
|