Skip to content

Commit 56fa3bd

Browse files
committed
fix types
1 parent 3ba5c3b commit 56fa3bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { BrowserWindow } from 'electron'
2+
13
declare global {
24
var mainWindow: BrowserWindow | null
35
}

0 commit comments

Comments
 (0)