UNPKG

next-debug-suite

Version:

Ultimate Next.js AI-Powered Debug Suite with visual interface and error DNA system

8 lines (7 loc) 267 B
import React from 'react'; import type { PerformanceMetric } from '../../core/performanceMonitor'; interface PerformanceVisualizerProps { metrics: PerformanceMetric[]; } export declare const PerformanceVisualizer: React.FC<PerformanceVisualizerProps>; export {};