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.

5 lines (4 loc) 291 B
import { FNodeDirective } from './f-node.directive'; import { FGroupDirective } from './f-group.directive'; import { FRotateHandleDirective } from './f-rotate-handle'; export declare const F_NODE_PROVIDERS: (typeof FRotateHandleDirective | typeof FGroupDirective | typeof FNodeDirective)[];