Files
menui_backend/node_modules/@material-ui/styles/es/getStylesCreator/noopTheme.js
2020-07-15 19:54:48 +02:00

3 lines
135 B
JavaScript

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