@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
9 lines • 434 B
TypeScript
import * as React from 'react';
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>): React.JSX.Element;