UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

8 lines 465 B
import { useTreeViewInstanceEvents } from "./useTreeViewInstanceEvents/index.js"; import { useTreeViewOptionalPlugins } from "./useTreeViewOptionalPlugins/index.js"; import { useTreeViewId } from "./useTreeViewId/index.js"; /** * Internal plugins that create the tools used by the other plugins. * These plugins are used by the Tree View components. */ export const TREE_VIEW_CORE_PLUGINS = [useTreeViewInstanceEvents, useTreeViewOptionalPlugins, useTreeViewId];