We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c17b4 commit f004169Copy full SHA for f004169
module/source/types/react-unity-event-parameters.ts
@@ -22,6 +22,6 @@
22
* texture objects. WebGL functions can be called on emscripten’s WebGL context,
23
* GLctx.
24
*/
25
-type ReactUnityEventParameter = string | number | undefined;
+type ReactUnityEventParameter = string | number | undefined | void;
26
27
export type { ReactUnityEventParameter };
0 commit comments