UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

11 lines 371 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'; //# sourceMappingURL=index.d.ts.map