@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
15 lines (14 loc) • 467 B
JavaScript
;
'use client';
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);
}