UNPKG

ng2-tree

Version:

angular2 component for visualizing data that can be naturally represented as a tree

8 lines (7 loc) 256 B
import { ElementRef } from '@angular/core'; import { CapturedNode } from './captured-node'; export declare class NodeDraggableEvent { captured: CapturedNode; target: ElementRef; constructor(captured: CapturedNode, target: ElementRef); }