UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 300 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 * from './src/tree.type'; export * from './src/instance'; export * from './src/tokens'; export * from './src/tree';