import * as React from 'react'; import Box from '@mui/material/Box'; function ThemeValuesCanBeSpread() { ({ ...theme.typography.body1, color: theme.palette.primary.main, })} />; ({ ...theme.mixins.toolbar, color: theme.palette.primary.main, })} />; ({ ...theme.mixins.toolbar, color: 'primary.main', })} />; }