@mui/x-tree-view
Version:
The community edition of the MUI X Tree View components.
9 lines (8 loc) • 803 B
JavaScript
import { useTreeViewItems } from "../internals/plugins/useTreeViewItems/index.js";
import { useTreeViewExpansion } from "../internals/plugins/useTreeViewExpansion/index.js";
import { useTreeViewSelection } from "../internals/plugins/useTreeViewSelection/index.js";
import { useTreeViewFocus } from "../internals/plugins/useTreeViewFocus/index.js";
import { useTreeViewKeyboardNavigation } from "../internals/plugins/useTreeViewKeyboardNavigation/index.js";
import { useTreeViewJSXItems } from "../internals/plugins/useTreeViewJSXItems/index.js";
export const SIMPLE_TREE_VIEW_PLUGINS = [useTreeViewItems, useTreeViewExpansion, useTreeViewSelection, useTreeViewFocus, useTreeViewKeyboardNavigation, useTreeViewJSXItems];
// We can't infer this type from the plugin, otherwise we would lose the generics.