Skip to content

Commit

Permalink
fix: Adding missing SVGFEFunc types
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Feb 25, 2021
1 parent e95550f commit e455baf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,10 @@ export namespace JSXInternal {
feDisplacementMap: SVGAttributes<SVGFEDisplacementMapElement>;
feDropShadow: SVGAttributes<SVGFEDropShadowElement>;
feFlood: SVGAttributes<SVGFEFloodElement>;
feFuncA: SVGAttributes<SVGFEFuncAElement>;
feFuncB: SVGAttributes<SVGFEFuncBElement>;
feFuncG: SVGAttributes<SVGFEFuncGElement>;
feFuncR: SVGAttributes<SVGFEFuncRElement>;
feGaussianBlur: SVGAttributes<SVGFEGaussianBlurElement>;
feImage: SVGAttributes<SVGFEImageElement>;
feMerge: SVGAttributes<SVGFEMergeElement>;
Expand Down

0 comments on commit e455baf

Please sign in to comment.