We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba5c3b commit 56fa3bdCopy full SHA for 56fa3bd
1 file changed
src/main/index.d.ts
@@ -1,3 +1,5 @@
1
+import type { BrowserWindow } from 'electron'
2
+
3
declare global {
4
var mainWindow: BrowserWindow | null
5
}
0 commit comments