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.
27 lines • 662 B
TypeScript
/**
* AlertsPanel Example Usage
* Demonstrates all features of the AlertsPanel component
*/
import React from 'react';
/**
* Basic AlertsPanel example
*/
export declare const BasicAlertsPanel: React.FC;
/**
* Compact AlertsPanel example
*/
export declare const CompactAlertsPanel: React.FC;
/**
* Grouped by category example
*/
export declare const GroupedAlertsPanel: React.FC;
/**
* Live alerts demo with auto-generation
*/
export declare const LiveAlertsPanel: React.FC;
/**
* Demo playground with controls
*/
export declare const AlertsPanelPlayground: React.FC;
export default BasicAlertsPanel;
//# sourceMappingURL=AlertsPanel.example.d.ts.map