UNPKG

vue3-treeview

Version:

A simple vue js 3 treeview component

8 lines (7 loc) 158 B
import { INode } from './INode'; export interface IDragContext { node: INode; element: HTMLElement; wrapper: HTMLElement; parentId: string; }