-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Error: node_modules/@electron/remote/index.d.ts:42:41 - error TS2551: Property 'NativeImage' does not exist on type 'typeof CrossProcessExports'. Did you mean 'nativeImage'?
42 export var nativeImage: typeof Electron.NativeImage;
~~~~~~~~~~~
node_modules/electron/electron.d.ts:17072:11
17072 const nativeImage: typeof NativeImage;
~~~~~~~~~~~
'nativeImage' is declared here.
Error: node_modules/@electron/remote/index.d.ts:57:41 - error TS2551: Property 'WebContents' does not exist on type 'typeof CrossProcessExports'. Did you mean 'webContents'?
57 export var webContents: typeof Electron.WebContents;
~~~~~~~~~~~
node_modules/electron/electron.d.ts:17111:11
17111 const webContents: typeof WebContents;
~~~~~~~~~~~
'webContents' is declared here.
Error: node_modules/@electron/remote/index.d.ts:58:42 - error TS2551: Property 'WebFrameMain' does not exist on type 'typeof CrossProcessExports'. Did you mean 'webFrameMain'?
58 export var webFrameMain: typeof Electron.WebFrameMain;
~~~~~~~~~~~~
node_modules/electron/electron.d.ts:17115:11
17115 const webFrameMain: typeof WebFrameMain;
~~~~~~~~~~~~
'webFrameMain' is declared here.