UNPKG

@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.

17 lines (12 loc) 358 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = require("react"); const DialogContext = /*#__PURE__*/(0, _react.createContext)({}); if (process.env.NODE_ENV !== 'production') { DialogContext.displayName = 'DialogContext'; } var _default = DialogContext; exports.default = _default;