UNPKG

@element-plus/nightly

Version:

A Component Library for Vue 3

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