makearmy-app/node_modules/next/dist/client/next.d.ts

8 lines
135 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
import './webpack';
import '../lib/require-instrumentation-client';
declare global {
interface Window {
next: any;
}
}