UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

11 lines (10 loc) 509 B
"use strict"; 'use client'; 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";