UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

12 lines (10 loc) 337 B
/** * Canvas Components - Barrel export for canvas-related components * Following Single Responsibility Principle */ export * from './WorkflowCore'; export * from './WorkflowBackground'; export * from './WorkflowMiniMap'; export * from './WorkflowAutoSave'; export * from './WorkflowEventHandlers'; export * from './WorkflowCanvas';