@odymaui/angular-tree-component
Version:
A simple yet powerful tree component for Angular16. WARNING: This is an unsupported fork for use in a dependent project to upgrade it to Angular 16. Unit tests pass and the example-app works as expected.
10 lines (9 loc) • 336 B
TypeScript
import * as i0 from "@angular/core";
export declare class TreeDraggedElement {
_draggedElement: any;
set(draggedElement: any): void;
get(): any;
isDragging(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TreeDraggedElement, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<TreeDraggedElement>;
}