UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

8 lines (7 loc) 281 B
'use client'; import * as React from 'react'; /** * Hook that instantiates a [[TreeViewApiRef]]. * @deprecated Use `useRichTreeViewApiRef()`, `useRichTreeViewProApiRef()` or `useSimpleTreeViewApiRef()` instead. */ export const useTreeViewApiRef = () => React.useRef(undefined);