UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 165 B
import type { SFCWithInstall } from '../utils/types'; import Tree from './src/tree.vue'; declare const _Tree: SFCWithInstall<typeof Tree>; export default _Tree;