@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
8 lines • 385 B
text/typescript
import { TreeViewProviderProps } from "./TreeViewProvider.types.mjs";
import { TreeViewAnyStore } from "../models/index.mjs";
/**
* Sets up the contexts for the underlying Tree Item components.
*
* @ignore - do not document.
*/
export declare function TreeViewProvider<TStore extends TreeViewAnyStore>(props: TreeViewProviderProps<TStore>): import("react/jsx-runtime").JSX.Element;