UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines 198 B
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); }