UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines 202 B
import * as React from 'react'; /** * Creates the ref to pass to the `apiRef` prop of the `SimpleTreeView` component. */ export function useSimpleTreeViewApiRef() { return React.useRef(undefined); }