vite-plugin-react-server
Version:
Vite plugin for React Server Components (RSC)
9 lines • 478 B
TypeScript
import type { RenderMetrics, WorkerStartupMetrics, ModuleResolutionMetrics } from "./types.js";
export declare function metricWatcher({ maxTime, maxBackpressure, warnOnly, warn, info, }?: {
maxTime?: number;
maxBackpressure?: number;
warnOnly?: boolean;
warn?: (...args: unknown[]) => void;
info?: (...args: unknown[]) => void;
}): (metrics: RenderMetrics | WorkerStartupMetrics | ModuleResolutionMetrics) => void;
//# sourceMappingURL=metricWatcher.d.ts.map