UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

7 lines 410 B
import * as React from 'react'; import type { TreeViewPublicAPI } from "../internals/models/index.mjs"; import type { SimpleTreeViewStore } from "../internals/SimpleTreeViewStore/index.mjs"; /** * Creates the ref to pass to the `apiRef` prop of the `SimpleTreeView` component. */ export declare function useSimpleTreeViewApiRef(): React.RefObject<TreeViewPublicAPI<SimpleTreeViewStore<boolean>> | undefined>;