UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

5 lines (4 loc) 240 B
'use client'; import * as React from 'react'; export const TreeViewItemDepthContext = /*#__PURE__*/React.createContext(() => -1); if (process.env.NODE_ENV !== "production") TreeViewItemDepthContext.displayName = "TreeViewItemDepthContext";