@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
7 lines • 400 B
text/typescript
import * as React from 'react';
import { TreeViewPublicAPI } from "../internals/models/index.mjs";
import { 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>;