1ce77c75998ba13ae0ab20b79d625bc68e535c87a6192add9e6d428b26357660ec84e98302be36d1aba5e14906b48ef9840f3cdbcdab2b51f69799d3404db6 239 B

12345
  1. import TreeV2 from './src/tree.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElTreeV2: SFCWithInstall<typeof TreeV2>;
  4. export default ElTreeV2;
  5. export type { TreeV2Instance } from './src/instance';