Files
recipe-app/frontend/node_modules/next/dist/next-devtools/shared/hydration-error.d.ts
T
2026-04-09 09:14:39 +02:00

5 lines
100 B
TypeScript

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