brrd / electron-tabs

Tab component for Electron
MIT License
697 stars 130 forks source link

electron-tabs 1.0.0 types "webview" field as "HTMLElement" #155

Open quantatic opened 2 years ago

quantatic commented 2 years ago

Describe the bug In >1.0.0, Tab.webview has type HTMLElement. In previous releases of electron-tabs, this field was properly typed as Electron.WebviewTag.

Expected behavior I would expect the "webview" field to have the Electron.WebviewTag type.