UNPKG

vue3-tree-fork-typescript-tree

Version:

![npm](https://img.shields.io/npm/v/vue3-tree-org) ![npm](https://img.shields.io/npm/dm/vue3-tree-org) ![NPM](https://img.shields.io/npm/l/vue3-tree-org) [![star](https://gitee.com/sangtian152/vue3-tree-org/badge/star.svg?theme=white)](https://gite

21 lines (20 loc) 790 B
import type { INode } from '@/utils/types'; export declare const renderNode: (h: any, data: INode, context: any) => any; export declare const renderBtn: (h: any, node: INode, context: any) => any; export declare const renderLabel: (h: any, node: INode, context: any) => any; export declare const renderChildren: (h: any, list: any, context: any) => any; export declare const TreeOrgNode: { (props: any, context: any): any; directives: { focus: { mounted(el: HTMLElement, { value }: { value: any; }): void; updated(el: HTMLElement, { value }: { value: any; }): void; }; nodedrag: import("vue").ObjectDirective<any, any>; }; }; export default TreeOrgNode;