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

3 lines
135 B
JavaScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
// We use the same empty object to ref count the styles that don't need a theme object.
const noopTheme = {};
export default noopTheme;