7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
declare global {
|
|
interface Window {
|
|
_nextSetupHydrationWarning?: boolean;
|
|
}
|
|
}
|
|
export {};
|