GasWell-front/node_modules/element-plus/lib/components/tree-select/index.d.ts

5 lines
208 B
TypeScript
Raw Normal View History

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;