diff --git a/types/react/global.d.ts b/types/react/global.d.ts index 6024d950f6..9c1b31708d 100644 --- a/types/react/global.d.ts +++ b/types/react/global.d.ts @@ -146,3 +146,4 @@ interface SVGViewElement extends SVGElement { } interface Text { } interface TouchList { } interface WebGLRenderingContext { } +interface WebGL2RenderingContext { }