mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Fix electron.nativeImage's type
This commit is contained in:
2
github-electron/github-electron.d.ts
vendored
2
github-electron/github-electron.d.ts
vendored
@@ -1700,7 +1700,7 @@ declare module GitHubElectron {
|
||||
interface Electron {
|
||||
clipboard: GitHubElectron.Clipboard;
|
||||
crashReporter: GitHubElectron.CrashReporter;
|
||||
nativeImage: GitHubElectron.NativeImage;
|
||||
nativeImage: typeof GitHubElectron.NativeImage;
|
||||
screen: GitHubElectron.Screen;
|
||||
shell: GitHubElectron.Shell;
|
||||
remote: GitHubElectron.Remote;
|
||||
|
||||
Reference in New Issue
Block a user