lingjing/node_modules/next/dist/next-devtools/userspace/pages/hydration-error-state.d.ts
2026-02-23 09:51:43 +00:00

5 lines
331 B
TypeScript

import type { HydrationErrorState } from '../../shared/hydration-error';
export declare function getSquashedHydrationErrorDetails(error: Error): HydrationErrorState | null;
export declare function attachHydrationErrorState(error: Error): void;
export declare function storeHydrationErrorStateFromConsoleArgs(...args: any[]): void;