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