mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-30 00:32:26 +08:00
7 lines
188 B
Vue
7 lines
188 B
Vue
import BasicTree from './src/BasicTree.vue';
|
|
import './style';
|
|
|
|
export { BasicTree };
|
|
export type { ContextMenuItem } from '/@/hooks/web/useContextMenu';
|
|
export * from './src/types/tree';
|