@hitachivantara/uikit-react-core
Version:
UI Kit Core React components.
10 lines (9 loc) • 366 B
JavaScript
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 };