mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Icon should allow NativeImage or string
This commit is contained in:
Vendored
+1
-1
@@ -473,7 +473,7 @@ declare module GitHubElectron {
|
||||
'zoom-factor'?: number;
|
||||
kiosk?: boolean;
|
||||
title?: string;
|
||||
icon?: NativeImage;
|
||||
icon?: NativeImage|string;
|
||||
frame?: boolean;
|
||||
'node-integration'?: boolean;
|
||||
'accept-first-mouse'?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user