index.ts 177 Bytes
import BasicTree from './src/Tree.vue';
import './style';

export { BasicTree };
export type { ContextMenuItem } from '/@/hooks/web/useContextMenu';
export * from './src/tree';