mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-19 08:31:17 +08:00
React v15: Add crossOrigin html attribute to the link element
This commit is contained in:
committed by
GitHub
parent
0c3841a9d8
commit
65feecd9a1
1
types/react/v15/index.d.ts
vendored
1
types/react/v15/index.d.ts
vendored
@@ -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