claude-flow-novice
Version:
Claude Flow Novice - Advanced orchestration platform for multi-agent AI workflows with CFN Loop architecture Includes CodeSearch (hybrid SQLite + pgvector), mem0/memgraph specialists, and all CFN skills.
12 lines • 375 B
TypeScript
/**
* 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