UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

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