@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.
9 lines (8 loc) • 587 B
TypeScript
import { EFResizeHandleType } from './e-f-resize-handle-type';
import * as i0 from "@angular/core";
export declare class FResizeHandleDirective {
type: import("@angular/core").InputSignalWithTransform<EFResizeHandleType, unknown>;
protected class: import("@angular/core").Signal<string>;
static ɵfac: i0.ɵɵFactoryDeclaration<FResizeHandleDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FResizeHandleDirective, "[fResizeHandle]", never, { "type": { "alias": "fResizeHandleType"; "required": true; "isSignal": true; }; }, {}, never, never, false, never>;
}