rdesign/frontend/node_modules/next/dist/next-devtools/shared/hydration-error.d.ts

5 lines
100 B
TypeScript

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