UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

9 lines 248 B
/** * UI Components - Barrel export for reusable UI components * Following Single Responsibility Principle */ export * from './Button'; export * from './Input'; export * from './Card'; export * from './Badge'; //# sourceMappingURL=index.d.ts.map