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

7 lines
87 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import './webpack';
declare global {
interface Window {
next: any;
}
}