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.

17 lines (16 loc) 398 B
export declare const F_CSS_CLASS: { DRAG_AND_DROP: { DRAGGING: string; CONNECTIONS_DRAGGING: string; }; CONNECTOR: { OUTPUT_CONNECTED: string; OUTPUT_NOT_CONNECTABLE: string; INPUT_CONNECTED: string; INPUT_NOT_CONNECTABLE: string; INPUT_CAN_BE_CONNECTED_TO: string; }; CONNECTION: { DRAG_HANDLE: string; }; };