@hadyfayed/filament-workflow-canvas
Version:
Visual workflow builder and canvas component for Filament applications
11 lines • 392 B
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';
//# sourceMappingURL=index.d.ts.map