@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) • 303 B
TypeScript
import { FNodeInputDirective } from './f-node-input';
import { FNodeOutletDirective } from './f-node-outlet';
import { FNodeOutputDirective } from './f-node-output';
export declare const F_CONNECTORS_PROVIDERS: (typeof FNodeInputDirective | typeof FNodeOutletDirective | typeof FNodeOutputDirective)[];