GlobalStyles API
Demos
For examples and details on the usage of this React component, visit the component demo pages:
Import
import GlobalStyles from '@mui/material/GlobalStyles';
// or
import { GlobalStyles } from '@mui/material';
Props
Props of the native component are also available.
Name | Type | Description |
---|---|---|
styles | array | func | number | object | string | bool | The styles you want to apply globally. |
The component cannot hold a ref.