UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

15 lines (14 loc) 459 B
"use strict"; 'use client'; 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); }