UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

6 lines (5 loc) 247 B
import Tree from './src/tree.vue'; import type { SFCWithInstall } from 'code-monkey-ui/es/utils'; declare const _Tree: import("code-monkey-ui/es/utils").SFCWithInstall<typeof Tree>; export default _Tree; export declare const ElTree: typeof _Tree;