UNPKG

signalforge

Version:

Fine-grained reactive state management with automatic dependency tracking - Ultra-optimized, zero dependencies

11 lines 355 B
import React from 'react'; export interface PerformanceTabProps { refreshInterval?: number; maxBatchRecords?: number; showDetails?: boolean; className?: string; style?: React.CSSProperties; } export declare const PerformanceTab: React.FC<PerformanceTabProps>; export default PerformanceTab; //# sourceMappingURL=PerformanceTab.d.ts.map