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

5 lines
100 B
TypeScript

export type HydrationErrorState = {
warning?: string;
reactOutputComponentDiff?: string;
};