mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #21381 from kaelig/patch-2
React: Add crossOrigin html attribute to the link element
This commit is contained in:
Vendored
+2
-1
@@ -2787,6 +2787,8 @@ declare namespace React {
|
||||
}
|
||||
|
||||
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
as?: string;
|
||||
crossOrigin?: string;
|
||||
href?: string;
|
||||
hrefLang?: string;
|
||||
integrity?: string;
|
||||
@@ -2794,7 +2796,6 @@ declare namespace React {
|
||||
rel?: string;
|
||||
sizes?: string;
|
||||
type?: string;
|
||||
as?: string;
|
||||
}
|
||||
|
||||
interface MapHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
|
||||
Vendored
+1
@@ -2721,6 +2721,7 @@ declare namespace React {
|
||||
|
||||
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
as?: string;
|
||||
crossOrigin?: string;
|
||||
href?: string;
|
||||
hrefLang?: string;
|
||||
integrity?: string;
|
||||
|
||||
Reference in New Issue
Block a user