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.

7 lines (6 loc) 661 B
import { FExternalItemPreparationExecution } from './preparation'; import { FExternalItemFinalizeExecution } from './finalize'; import { PreventDefaultIsExternalItemExecution } from './prevent-default-is-external-item'; import { FExternalItemCreatePreviewExecution } from './create-preview'; import { FExternalItemCreatePlaceholderExecution } from './create-placeholder'; export declare const F_EXTERNAL_ITEM_DRAG_AND_DROP_PROVIDERS: (typeof FExternalItemCreatePlaceholderExecution | typeof FExternalItemCreatePreviewExecution | typeof FExternalItemFinalizeExecution | typeof FExternalItemPreparationExecution | typeof PreventDefaultIsExternalItemExecution)[];