index.ts 177 Bytes Edit Raw Blame History 1 2 3 4 5 6 import BasicTree from './src/Tree.vue'; import './style'; export { BasicTree }; export type { ContextMenuItem } from '/@/hooks/web/useContextMenu'; export * from './src/tree';