UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

13 lines (12 loc) 320 B
import { createMuiTheme } from '@material-ui/core/styles'; { // properties of the variants can be "unset" var theme = createMuiTheme({ typography: { allVariants: { fontStyle: undefined } } }); // $ExpectType string | undefined var maybeFontStyle = theme.typography.body1.fontStyle; }