mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2026-05-18 23:27:51 +00:00
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
import BasicTree from './src/Tree.vue';
|
|
|
|
export { BasicTree };
|
|
export type { ContextMenuItem } from '/@/hooks/web/useContextMenu';
|
|
export * from './src/types';
|