index.d.ts 185 B

1234
  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;