UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

9 lines 276 B
/** * Toolbar Components - Barrel export for toolbar components * Following Single Responsibility Principle */ export * from './NodeTemplate'; export * from './ToolbarGroup'; export * from './ToolbarContainer'; export * from './Toolbar'; //# sourceMappingURL=index.d.ts.map