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.

8 lines (7 loc) 273 B
import { DestroyRef } from '@angular/core'; import { FNodeBase } from '../../../f-node'; export declare class UpdateNodeWhenStateOrSizeChangedRequest { fComponent: FNodeBase; destroyRef: DestroyRef; constructor(fComponent: FNodeBase, destroyRef: DestroyRef); }