mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 21:25:59 +08:00
Update github-electron.d.ts
module GithubElectron > Electron remove duplicate backgroundColor
This commit is contained in:
3
github-electron/github-electron.d.ts
vendored
3
github-electron/github-electron.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../node/node.d.ts" />
|
||||
|
||||
declare module GithubElectron {
|
||||
declare module Electron {
|
||||
/**
|
||||
* This class is used to represent an image.
|
||||
*/
|
||||
@@ -527,7 +527,6 @@ declare module GithubElectron {
|
||||
transparent?: boolean;
|
||||
type?: string;
|
||||
titleBarStyle?: string;
|
||||
backgroundColor?: string;
|
||||
webPreferences?: WebPreferences;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user