@hadyfayed/filament-workflow-canvas
Version:
Visual workflow builder and canvas component for Filament applications
11 lines • 603 B
TypeScript
/**
* Workflow Services - Barrel export for all services
* Following Single Responsibility and Dependency Inversion Principles
*/
export { WorkflowManagerService } from './WorkflowManagerService';
export { NodeManagerService } from './NodeManagerService';
export { ConnectionManagerService } from './ConnectionManagerService';
export { ViewportManagerService } from './ViewportManagerService';
export { WorkflowEventService } from './WorkflowEventService';
export { LocalStorageWorkflowPersistence, MemoryWorkflowPersistence, } from './WorkflowPersistenceService';
//# sourceMappingURL=index.d.ts.map