From a05cc538a42243c632f054e42eab483ebf1560ab Mon Sep 17 00:00:00 2001 From: Tony Gentilcore <49661492+tony-scio@users.noreply.github.com> Date: Wed, 3 Jul 2019 09:56:40 -0700 Subject: [PATCH] [react] Support attribute (#36525) See spec: https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element --- types/react/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 3f992f6e8f..dfa9900def 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -1805,6 +1805,7 @@ declare namespace React { href?: string; hrefLang?: string; media?: string; + ping?: string; rel?: string; target?: string; type?: string;