4 lines
100 B
TypeScript
Executable file
4 lines
100 B
TypeScript
Executable file
export type HydrationErrorState = {
|
|
warning?: string;
|
|
reactOutputComponentDiff?: string;
|
|
};
|