UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines (6 loc) 166 B
'use client'; import * as React from 'react'; /** * Hook that instantiates a [[TreeViewApiRef]]. */ export const useTreeViewApiRef = () => React.useRef(undefined);