diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 3fb5ed8828..2a00a769c0 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -918,6 +918,10 @@ export namespace JSXInternal { feDisplacementMap: SVGAttributes; feDropShadow: SVGAttributes; feFlood: SVGAttributes; + feFuncA: SVGAttributes; + feFuncB: SVGAttributes; + feFuncG: SVGAttributes; + feFuncR: SVGAttributes; feGaussianBlur: SVGAttributes; feImage: SVGAttributes; feMerge: SVGAttributes;