yingsa/admin/node_modules/element-plus/lib/components/tree-select/index.d.ts
2026-01-20 08:50:50 +08:00

6 lines
266 B
TypeScript

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