UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 266 B
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';