Searched refs:SVGFactory (Results 1 – 2 of 2) sorted by relevance
204 interface SVGFactory extends DOMFactory<SVGAttributes<SVGElement>, SVGElement> {228 type: keyof ReactSVG): SVGFactory;2214 animate: SVGFactory;2215 circle: SVGFactory;2216 clipPath: SVGFactory;2217 defs: SVGFactory;2218 desc: SVGFactory;2219 ellipse: SVGFactory;2220 feBlend: SVGFactory;2221 feColorMatrix: SVGFactory;[all …]
80 interface SVGFactory extends DOMFactory<SVGAttributes<SVGElement>, SVGElement> { interface2255 svg: SVGFactory;2256 circle: SVGFactory;2257 defs: SVGFactory;2258 ellipse: SVGFactory;2259 g: SVGFactory;2260 image: SVGFactory;2261 line: SVGFactory;2262 linearGradient: SVGFactory;2263 mask: SVGFactory;[all …]