6 lines
272 B
JavaScript
6 lines
272 B
JavaScript
import { useTreeViewInstanceEvents } from './useTreeViewInstanceEvents';
|
|
/**
|
|
* Internal plugins that creates the tools used by the other plugins.
|
|
* These plugins are used by the tree view components.
|
|
*/
|
|
export const TREE_VIEW_CORE_PLUGINS = [useTreeViewInstanceEvents]; |