import { withInstall } from '@element-plus/utils' import TreeV2 from './src/tree.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElTreeV2: SFCWithInstall = withInstall(TreeV2) export default ElTreeV2 export type { TreeV2Instance } from './src/instance'