UNPKG

@mui/x-tree-view

Version:

The community edition of the MUI X Tree View components.

15 lines (13 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RICH_TREE_VIEW_PLUGINS = void 0; var _useTreeViewItems = require("../internals/plugins/useTreeViewItems"); var _useTreeViewExpansion = require("../internals/plugins/useTreeViewExpansion"); var _useTreeViewSelection = require("../internals/plugins/useTreeViewSelection"); var _useTreeViewFocus = require("../internals/plugins/useTreeViewFocus"); var _useTreeViewKeyboardNavigation = require("../internals/plugins/useTreeViewKeyboardNavigation"); var _useTreeViewLabel = require("../internals/plugins/useTreeViewLabel"); const RICH_TREE_VIEW_PLUGINS = exports.RICH_TREE_VIEW_PLUGINS = [_useTreeViewItems.useTreeViewItems, _useTreeViewExpansion.useTreeViewExpansion, _useTreeViewSelection.useTreeViewSelection, _useTreeViewFocus.useTreeViewFocus, _useTreeViewKeyboardNavigation.useTreeViewKeyboardNavigation, _useTreeViewLabel.useTreeViewLabel]; // We can't infer this type from the plugin, otherwise we would lose the generics.