UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

14 lines (13 loc) 445 B
"use strict"; var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default; Object.defineProperty(exports, "__esModule", { value: true }); exports.useRichTreeViewApiRef = useRichTreeViewApiRef; var React = _interopRequireWildcard(require("react")); /** * Creates the ref to pass to the `apiRef` prop of the `RichTreeView` component. */ function useRichTreeViewApiRef() { return React.useRef(undefined); }