index.d.ts 266 B

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