index.d.ts 177 B

1234
  1. import Tree from './src/tree.vue';
  2. import type { SFCWithInstall } from 'element-plus/es/utils';
  3. export declare const ElTree: SFCWithInstall<typeof Tree>;
  4. export default ElTree;