We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6315f59 commit 315cb79Copy full SHA for 315cb79
index.d.ts
@@ -27,6 +27,7 @@ export {
27
export var app: Electron.App;
28
export var autoUpdater: Electron.AutoUpdater;
29
export var BrowserView: typeof Electron.BrowserView;
30
+export var WebContentsView: typeof Electron.WebContentsView;
31
export var BrowserWindow: typeof Electron.BrowserWindow;
32
export var clipboard: Electron.Clipboard;
33
export var contentTracing: Electron.ContentTracing;
0 commit comments