Skip to content

Commit f6633c9

Browse files
fix: expose on electron/main not electron/browser
1 parent 13ac2f8 commit f6633c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/base_footer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ declare module 'electron' {
22
export = Electron;
33
}
44

5-
declare module 'electron/browser' {
5+
declare module 'electron/main' {
66
const api: Electron.MainInterface
77
export = api
88
}

0 commit comments

Comments
 (0)