UNPKG

@foblex/flow

Version:

An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.

10 lines (9 loc) 328 B
import * as i0 from "@angular/core"; export declare class FDragHandlerResult<T> { private _data; setData(data: Partial<T>): void; getData(): T; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FDragHandlerResult<any>, never>; static ɵprov: i0.ɵɵInjectableDeclaration<FDragHandlerResult<any>>; }