chore: redeclare typings
This commit is contained in:
11
typings/global.d.ts
vendored
Normal file
11
typings/global.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
readonly NODE_ENV: 'development' | 'production'
|
||||
}
|
||||
}
|
||||
|
||||
interface Window {
|
||||
/** 关闭预加载动画 */
|
||||
removeLoading: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user