UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

9 lines (8 loc) 217 B
'use client'; 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); }