index.d.ts 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';