UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

9 lines (8 loc) 213 B
'use client'; import * as React from 'react'; /** * Creates the ref to pass to the `apiRef` prop of the `RichTreeView` component. */ export function useRichTreeViewApiRef() { return React.useRef(undefined); }