index.d.ts 229 B

12345
  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;
  5. export type { TreeInstance } from './src/instance';