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