@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.
14 lines (13 loc) • 473 B
TypeScript
export * from './domain';
export * from './f-connection-text';
export * from './f-drag-handle';
export * from './f-gradient';
export * from './f-path';
export * from './f-selection';
export * from './f-connection-base';
export * from './e-f-connection-behavior';
export * from './e-f-connection-type';
export * from './f-connection-identifiers';
export * from './i-has-connection-color';
export * from './i-has-connection-from-to';
export * from './i-has-connection-text';