UNPKG

@hitachivantara/uikit-react-core

Version:
10 lines (9 loc) 366 B
import { useTreeViewInstanceEvents } from "./hooks/useTreeViewInstanceEvents.js"; //#region src/TreeView/internals/corePlugins.ts /** * Internal plugins that creates the tools used by the other plugins. * These plugins are used by the tree view components. */ var TREE_VIEW_CORE_PLUGINS = [useTreeViewInstanceEvents]; //#endregion export { TREE_VIEW_CORE_PLUGINS };