UNPKG

@mui/styles

Version:

MUI Styles - The legacy JSS-based styling solution of Material UI.

9 lines (8 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // We use the same empty object to ref count the styles that don't need a theme object. const noopTheme = {}; var _default = exports.default = noopTheme;