UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 229 B
import Tree from './src/tree.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElTree: SFCWithInstall<typeof Tree>; export default ElTree; export type { TreeInstance } from './src/instance';