mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add 'title-bar-style' option to GitHubElectron.BrowserWindow
The documentation is below: https://github.com/atom/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions
This commit is contained in:
Vendored
+1
@@ -515,6 +515,7 @@ declare module GitHubElectron {
|
||||
'shared-worker'?: boolean;
|
||||
'direct-write'?: boolean;
|
||||
'page-visibility'?: boolean;
|
||||
'title-bar-style'?: string;
|
||||
}
|
||||
|
||||
interface Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user