mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix types
This commit is contained in:
6
typings/internal-electron.d.ts
vendored
6
typings/internal-electron.d.ts
vendored
@@ -179,12 +179,6 @@ declare namespace Electron {
|
||||
registerProtocol(scheme: string, handler: any): boolean;
|
||||
interceptProtocol(scheme: string, handler: any): boolean;
|
||||
}
|
||||
|
||||
namespace Main {
|
||||
class BaseWindow extends Electron.BaseWindow {}
|
||||
class View extends Electron.View {}
|
||||
class WebContentsView extends Electron.WebContentsView {}
|
||||
}
|
||||
}
|
||||
|
||||
declare namespace ElectronInternal {
|
||||
|
||||
Reference in New Issue
Block a user