Blame view

src/components/Tree/index.ts 161 Bytes
1
import BasicTree from './src/Tree.vue';
2
3
export { BasicTree };
陈文彬 authored
4
export type { ContextMenuItem } from '/@/hooks/web/useContextMenu';
5
export * from './src/typing';