We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e95550f + e455baf commit 605bc5eCopy full SHA for 605bc5e
src/jsx.d.ts
@@ -918,6 +918,10 @@ export namespace JSXInternal {
918
feDisplacementMap: SVGAttributes<SVGFEDisplacementMapElement>;
919
feDropShadow: SVGAttributes<SVGFEDropShadowElement>;
920
feFlood: SVGAttributes<SVGFEFloodElement>;
921
+ feFuncA: SVGAttributes<SVGFEFuncAElement>;
922
+ feFuncB: SVGAttributes<SVGFEFuncBElement>;
923
+ feFuncG: SVGAttributes<SVGFEFuncGElement>;
924
+ feFuncR: SVGAttributes<SVGFEFuncRElement>;
925
feGaussianBlur: SVGAttributes<SVGFEGaussianBlurElement>;
926
feImage: SVGAttributes<SVGFEImageElement>;
927
feMerge: SVGAttributes<SVGFEMergeElement>;
0 commit comments