Files
echo-nexus/node_modules/next/dist/next-devtools/shared/hydration-error.d.ts
T

5 lines
100 B
TypeScript

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