Added href to SVGAttributes<T>

According to MDN, `xlink:href` has been deprecated. The recommendation is to use `href` (without the namespace prefix) instead. 
Source: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href
This commit is contained in:
devuxer
2018-06-18 16:57:43 -07:00
committed by GitHub
parent 914bbd67a8
commit 2aabf9153a

View File

@@ -3103,6 +3103,7 @@ declare namespace React {
hanging?: number | string;
horizAdvX?: number | string;
horizOriginX?: number | string;
href?: string;
ideographic?: number | string;
imageRendering?: number | string;
in2?: number | string;