7 lines
87 B
TypeScript
7 lines
87 B
TypeScript
import './webpack';
|
|
declare global {
|
|
interface Window {
|
|
next: any;
|
|
}
|
|
}
|