fix: 修复全局变量声明失效
This commit is contained in:
parent
32fd1e27f2
commit
2d123470d0
|
@ -11,4 +11,4 @@ declare global {
|
||||||
let segment: typeof se
|
let segment: typeof se
|
||||||
let plugin: typeof p.prototype
|
let plugin: typeof p.prototype
|
||||||
let logger: any
|
let logger: any
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue