跳转到内容

GlobalStyles API

想要学习更多组件属性和 CSS API,可以查阅 React GlobalStyles 组件的 API 文档。

导入

import GlobalStyles from '@mui/material/GlobalStyles';
// 或
import { GlobalStyles } from '@mui/material';
You can learn about the difference by reading this guide on minimizing bundle size.

属性

原生(Native) 组件的属性也是可用的。

名称类型默认值描述
stylesfunc
| number
| object
| { __emotion_styles: any }
| string
| bool
The styles you want to apply globally.

组件无法持有 ref。

演示项目