8 lines
76 B
TypeScript
8 lines
76 B
TypeScript
export {}
|
|
|
|
declare global {
|
|
interface Window {
|
|
DyPrefetch?: any
|
|
}
|
|
}
|