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.
10 lines • 391 B
TypeScript
/**
* Performance Charts - Main Component
* Unified charting library using Recharts 2.14.1
* Consolidates 3 duplicate implementations
*/
import React from 'react';
import { PerformanceChartsProps } from './PerformanceCharts.types';
export declare const PerformanceCharts: React.FC<PerformanceChartsProps>;
export default PerformanceCharts;
//# sourceMappingURL=PerformanceCharts.d.ts.map