UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

7 lines (5 loc) 148 B
/** * Workflow Interfaces - Barrel export for all interfaces * Following Interface Segregation Principle */ export * from './IWorkflowManager';