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) 737 B
import { NotifyDataChangedExecution } from './features/notify-data-changed'; import { ListenDataChangesExecution } from './features/listen-components-data-changed'; import { FComponentsStore } from './f-components-store'; import { ListenCountChangesExecution } from './features/listen-count-changes'; import { ListenTransformChangesExecution } from './features/listen-transform-changes'; import { NotifyTransformChangedExecution } from './features/notify-transform-changed'; export declare const F_STORAGE_PROVIDERS: (typeof NotifyDataChangedExecution | typeof FComponentsStore | typeof ListenDataChangesExecution | typeof ListenCountChangesExecution | typeof ListenTransformChangesExecution | typeof NotifyTransformChangedExecution)[];