Merge pull request #26595 from devuxer/master

Added href to SVGAttributes<T> for React
This commit is contained in:
Nathan Shively-Sanders
2018-06-19 09:16:48 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1825,6 +1825,7 @@ declare namespace React {
hanging?: number | string;
horizAdvX?: number | string;
horizOriginX?: number | string;
href?: string;
ideographic?: number | string;
imageRendering?: number | string;
in2?: number | string;
+1
View File
@@ -3240,6 +3240,7 @@ declare namespace React {
hanging?: number | string;
horizAdvX?: number | string;
horizOriginX?: number | string;
href?: string;
ideographic?: number | string;
imageRendering?: number | string;
in2?: number | string;