@mui/material
Version:
Quickly build beautiful React apps. MUI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
14 lines (11 loc) • 456 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = withTheme;
var _utils = require("@mui/utils");
function withTheme() {
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: withTheme is not longer exported from @mui/material/styles.
You have to import it from @mui/styles.
See https://mui.com/r/migration-v4/#material-ui-core-styles for more details.` : (0, _utils.formatMuiErrorMessage)(16));
}
;