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.

27 lines 662 B
/** * 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