@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
8 lines (7 loc) • 458 B
TypeScript
import { default as Tree } from './tree.vue';
import { ComponentPublicInstance } from 'vue';
export { Tree };
export { treeProps } from './props';
export type TreeExposed = ComponentPublicInstance & InstanceType<typeof Tree>;
export type { TreeProps, TreeCProps } from './props';
export type { TreeNodeDropType, TreeLinkLine, TreeNodeKeyConfig, TreeNodeProps, TreeNodePostCreate, TreeNodeRenderFn, TreeCommonSlotParams, TreeNodeSlotParams } from './symbol';