UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

6 lines (5 loc) 290 B
import TreeSelect from './src/tree-select.vue'; import type { SFCWithInstall } from 'code-monkey-ui/es/utils'; declare const _TreeSelect: import("code-monkey-ui/es/utils").SFCWithInstall<typeof TreeSelect>; export default _TreeSelect; export declare const ElTreeSelect: typeof _TreeSelect;