Files
react-test/docs/pages/material-ui/api/global-styles.json
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

24 lines
716 B
JSON

{
"props": {
"styles": {
"type": {
"name": "union",
"description": "array<br>&#124;&nbsp;func<br>&#124;&nbsp;number<br>&#124;&nbsp;object<br>&#124;&nbsp;string<br>&#124;&nbsp;bool"
}
}
},
"name": "GlobalStyles",
"imports": [
"import GlobalStyles from '@mui/material/GlobalStyles';",
"import { GlobalStyles } from '@mui/material';"
],
"classes": [],
"spread": true,
"themeDefaultProps": null,
"muiName": "MuiGlobalStyles",
"filename": "/packages/mui-material/src/GlobalStyles/GlobalStyles.js",
"inheritance": null,
"demos": "<ul><li><a href=\"/material-ui/customization/how-to-customize/\">How to customize</a></li></ul>",
"cssComponent": false
}