import * as React from 'react'; import GlobalStyles from '@mui/material/GlobalStyles'; function TestThemeType() { ({ [theme.breakpoints.up('sm')]: { color: theme.palette.primary.main }, })} />; }