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