UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

10 lines (9 loc) 495 B
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.TreeViewItemDepthContext = void 0; var React = _interopRequireWildcard(require("react")); const TreeViewItemDepthContext = exports.TreeViewItemDepthContext = /*#__PURE__*/React.createContext(() => -1); if (process.env.NODE_ENV !== "production") TreeViewItemDepthContext.displayName = "TreeViewItemDepthContext";