mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-29 04:10:10 +08:00
communication declare
This commit is contained in:
4
typings/global.d.ts
vendored
4
typings/global.d.ts
vendored
@@ -9,4 +9,8 @@ declare namespace NodeJS {
|
||||
interface Window {
|
||||
/** 关闭预加载动画 */
|
||||
removeLoading: () => void
|
||||
/** NodeJs fs */
|
||||
fs: typeof import('fs')
|
||||
/** Electron ipcRenderer */
|
||||
ipcRenderer: import('electron').IpcRenderer
|
||||
}
|
||||
|
Reference in New Issue
Block a user