GoScrobble/web/node_modules/@material-ui/styles/esm/getStylesCreator/noopTheme.js

3 lines
133 B
JavaScript

// We use the same empty object to ref count the styles that don't need a theme object.
var noopTheme = {};
export default noopTheme;