React v15: Add crossOrigin html attribute to the link element

This commit is contained in:
Kaelig Deloumeau-Prigent
2017-11-09 13:23:37 -05:00
committed by GitHub
parent 0c3841a9d8
commit 65feecd9a1

View File

@@ -2721,6 +2721,7 @@ declare namespace React {
interface LinkHTMLAttributes<T> extends HTMLAttributes<T> {
as?: string;
crossOrigin?: string;
href?: string;
hrefLang?: string;
integrity?: string;