UNPKG

claude-flow-novice

Version:

Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes Local RuVector Accelerator and all CFN skills for complete functionality.

12 lines 375 B
/** * AlertsPanel Component * Comprehensive alert and notification management system with filtering, sorting, and actions */ import React from 'react'; import { AlertsPanelProps } from './AlertsPanel.types'; /** * AlertsPanel Component */ export declare const AlertsPanel: React.FC<AlertsPanelProps>; export default AlertsPanel; //# sourceMappingURL=AlertsPanel.d.ts.map