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.

11 lines (10 loc) 246 B
export declare enum EFResizeHandleType { LEFT = "left", LEFT_TOP = "left-top", TOP = "top", RIGHT_TOP = "right-top", RIGHT = "right", RIGHT_BOTTOM = "right-bottom", BOTTOM = "bottom", LEFT_BOTTOM = "left-bottom" }