UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

9 lines 848 B
import { UseTreeViewIdParameters } from "./useTreeViewId/index.js"; import { ConvertPluginsIntoSignatures } from "../models/index.js"; /** * Internal plugins that create the tools used by the other plugins. * These plugins are used by the Tree View components. */ export declare const TREE_VIEW_CORE_PLUGINS: readonly [import("../index.js").TreeViewPlugin<import("./useTreeViewInstanceEvents/index.js").UseTreeViewInstanceEventsSignature>, import("../index.js").TreeViewPlugin<import("./useTreeViewOptionalPlugins/index.js").UseTreeViewOptionalPluginsSignature>, import("../index.js").TreeViewPlugin<import("./useTreeViewId/index.js").UseTreeViewIdSignature>]; export type TreeViewCorePluginSignatures = ConvertPluginsIntoSignatures<typeof TREE_VIEW_CORE_PLUGINS>; export interface TreeViewCorePluginParameters extends UseTreeViewIdParameters {}