UNPKG

react-unity-webgl

Version:

React Unity WebGL provides a modern solution for embedding Unity WebGL builds in your React Application while providing advanced APIs for two way communication and interaction between Unity and React.

5 lines 265 B
import { ForwardRefExoticComponent, RefAttributes } from "react"; import { UnityProps } from "../types/unity-props"; declare const Unity: ForwardRefExoticComponent<UnityProps & RefAttributes<HTMLCanvasElement>>; export { Unity }; //# sourceMappingURL=unity.d.ts.map