Skip to content

Commit f004169

Browse files
Added void to typed event parameters
1 parent 37c17b4 commit f004169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/source/types/react-unity-event-parameters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
* texture objects. WebGL functions can be called on emscripten’s WebGL context,
2323
* GLctx.
2424
*/
25-
type ReactUnityEventParameter = string | number | undefined;
25+
type ReactUnityEventParameter = string | number | undefined | void;
2626

2727
export type { ReactUnityEventParameter };

0 commit comments

Comments
 (0)