[react] Support <a ping> attribute (#36525)

See spec:
https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
This commit is contained in:
Tony Gentilcore
2019-07-03 09:56:40 -07:00
committed by Ryan Cavanaugh
parent a72e5b0e7c
commit a05cc538a4
+1
View File
@@ -1805,6 +1805,7 @@ declare namespace React {
href?: string;
hrefLang?: string;
media?: string;
ping?: string;
rel?: string;
target?: string;
type?: string;