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.

16 lines (15 loc) 645 B
export * from './add-input-to-store'; export * from './add-outlet-to-store'; export * from './add-output-to-store'; export * from './calculate-closest-input'; export * from './find-input-at-position'; export * from './get-all-can-be-connected-inputs-and-rects'; export * from './get-connector-and-rect'; export * from './mark-all-can-be-connected-inputs'; export * from './remove-input-from-store'; export * from './remove-outlet-from-store'; export * from './remove-output-from-store'; export * from './unmark-all-can-be-connected-inputs'; export * from './i-closest-input'; export * from './i-connector-and-rect'; export * from './providers';