@mui/x-data-grid
Version:
The Community plan edition of the MUI X Data Grid components.
11 lines (10 loc) • 490 B
JavaScript
'use client';
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GridRootPropsContext = void 0;
var React = _interopRequireWildcard(require("react"));
const GridRootPropsContext = exports.GridRootPropsContext = /*#__PURE__*/React.createContext(undefined);
if (process.env.NODE_ENV !== "production") GridRootPropsContext.displayName = "GridRootPropsContext";
;