Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
RickoNoNo3 authored May 19, 2022
2 parents 1041f52 + 37ee664 commit 2beb9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ type WinBoxPropType = {
width?: string | number,
fullscreen?: boolean, // a wrapper prop for fullscreen() method

onclose?: (force?: boolean) => boolean,
onclose?: (force?: boolean) => boolean | undefined | void,
onmove?: (x: number, y: number) => any,
onresize?: (width: number, height: number) => any,
onblur?: () => any,
Expand Down

0 comments on commit 2beb9e4

Please sign in to comment.