Skip to content

Commit 49ac342

Browse files
authored
add missing resizable property/option types
2 parents 5a0178b + 099c601 commit 49ac342

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@ export type WindowOptions = {
953953
background?: string
954954
fullscreen?: boolean
955955
borderless?: boolean
956+
resizable?: boolean
956957
visible?: boolean
957958
cursor?: CursorStyle
958959
canvas?: Canvas
@@ -1020,6 +1021,7 @@ export class Window extends EventEmitter<{
10201021
visible: boolean
10211022
fullscreen: boolean
10221023
borderless: boolean
1024+
resizable: boolean
10231025
title: string
10241026
cursor: CursorStyle
10251027
fit: FitStyle

0 commit comments

Comments
 (0)