Skip to content

Commit 605bc5e

Browse files
authored
Merge pull request #3043 from rschristian/fix/addSVGTypes
fix: Adding missing SVGFEFunc types
2 parents e95550f + e455baf commit 605bc5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/jsx.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -918,6 +918,10 @@ export namespace JSXInternal {
918918
feDisplacementMap: SVGAttributes<SVGFEDisplacementMapElement>;
919919
feDropShadow: SVGAttributes<SVGFEDropShadowElement>;
920920
feFlood: SVGAttributes<SVGFEFloodElement>;
921+
feFuncA: SVGAttributes<SVGFEFuncAElement>;
922+
feFuncB: SVGAttributes<SVGFEFuncBElement>;
923+
feFuncG: SVGAttributes<SVGFEFuncGElement>;
924+
feFuncR: SVGAttributes<SVGFEFuncRElement>;
921925
feGaussianBlur: SVGAttributes<SVGFEGaussianBlurElement>;
922926
feImage: SVGAttributes<SVGFEImageElement>;
923927
feMerge: SVGAttributes<SVGFEMergeElement>;

0 commit comments

Comments
 (0)