@@ -18,3 +18,54 @@ declare type ReactStrictDOMDataProps = {
1818// internationalization type which is a string at runtime…
1919// but Flow doesn't know that.
2020declare type Stringish = string ;
21+
22+ declare type SVGCircleElement = { } ;
23+ declare type SVGClipPathElement = { } ;
24+ declare type SVGDefsElement = { } ;
25+ declare type SVGEllipseElement = { } ;
26+ declare type SVGFEBlendElement = { } ;
27+ declare type SVGFEColorMatrixElement = { } ;
28+ declare type SVGFEComponentTransferElement = { } ;
29+ declare type SVGFECompositeElement = { } ;
30+ declare type SVGFEConvolveMatrixElement = { } ;
31+ declare type SVGFEDiffuseLightingElement = { } ;
32+ declare type SVGFEDisplacementMapElement = { } ;
33+ declare type SVGFEDistantLightElement = { } ;
34+ declare type SVGFEDropShadowElement = { } ;
35+ declare type SVGFEFloodElement = { } ;
36+ declare type SVGFEFuncAElement = { } ;
37+ declare type SVGFEFuncBElement = { } ;
38+ declare type SVGFEFuncGElement = { } ;
39+ declare type SVGFEFuncRElement = { } ;
40+ declare type SVGFEGaussianBlurElement = { } ;
41+ declare type SVGFEImageElement = { } ;
42+ declare type SVGFEMergeElement = { } ;
43+ declare type SVGFEMergeNodeElement = { } ;
44+ declare type SVGFEMorphologyElement = { } ;
45+ declare type SVGFEOffsetElement = { } ;
46+ declare type SVGFEPointLightElement = { } ;
47+ declare type SVGFESpecularLightingElement = { } ;
48+ declare type SVGFESpotLightElement = { } ;
49+ declare type SVGFETileElement = { } ;
50+ declare type SVGFETurbulenceElement = { } ;
51+ declare type SVGFilterElement = { } ;
52+ declare type SVGForeignObjectElement = { } ;
53+ declare type SVGGElement = { } ;
54+ declare type SVGImageElement = { } ;
55+ declare type SVGLineElement = { } ;
56+ declare type SVGLinearGradientElement = { } ;
57+ declare type SVGMarkerElement = { } ;
58+ declare type SVGMaskElement = { } ;
59+ declare type SVGPathElement = { } ;
60+ declare type SVGPatternElement = { } ;
61+ declare type SVGPolygonElement = { } ;
62+ declare type SVGPolylineElement = { } ;
63+ declare type SVGRadialGradientElement = { } ;
64+ declare type SVGRectElement = { } ;
65+ declare type SVGStopElement = { } ;
66+ declare type SVGSVGElement = { } ;
67+ declare type SVGSymbolElement = { } ;
68+ declare type SVGTextElement = { } ;
69+ declare type SVGTextPathElement = { } ;
70+ declare type SVGTSpanElement = { } ;
71+ declare type SVGUseElement = { } ;
0 commit comments