We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db12b2 commit 5d6fbd7Copy full SHA for 5d6fbd7
types/NewWindow.d.ts
@@ -11,8 +11,8 @@ declare module 'react-new-window' {
11
* @remarks These will be concatenated into a string for window.open.
12
*/
13
export interface IWindowFeatures {
14
- height: number
15
- width: number
+ height?: number
+ width?: number
16
[i: string]: boolean | number | string
17
}
18
0 commit comments