securityos/node_modules/next/dist/client/next.d.ts

7 lines
87 B
TypeScript

import './webpack';
declare global {
interface Window {
next: any;
}
}