mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
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:
Vendored
+1
@@ -3028,6 +3028,7 @@ declare namespace React {
|
||||
hanging?: number | string;
|
||||
horizAdvX?: number | string;
|
||||
horizOriginX?: number | string;
|
||||
href?: string;
|
||||
ideographic?: number | string;
|
||||
imageRendering?: number | string;
|
||||
in2?: number | string;
|
||||
|
||||
Reference in New Issue
Block a user