UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

6 lines (5 loc) 362 B
export type { TreeDragInfo, TreeDropInfo, TreeInst, TreeOption, TreeOverrideNodeClickBehavior, TreeOverrideNodeClickBehaviorReturn } from './src/interface'; export type * from './src/public-types'; export { default as NTree, treeProps } from './src/Tree'; export type { TreeProps, TreeSlots } from './src/Tree'; export { treeGetClickTarget } from './src/utils';