@hadyfayed/filament-workflow-canvas
Version:
Visual workflow builder and canvas component for Filament applications
12 lines (10 loc) • 358 B
text/typescript
/**
* Properties Components - Barrel export for property panel components
* Following Single Responsibility Principle
*/
export * from './PropertyPanel';
export * from './PropertyPanelHeader';
export * from './PropertyPanelFooter';
export * from './NodeBasicProperties';
export * from './NodeConfigurationSection';
export * from './NodePropertiesPanel';