mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
[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:
committed by
Ryan Cavanaugh
parent
a72e5b0e7c
commit
a05cc538a4
Vendored
+1
@@ -1805,6 +1805,7 @@ declare namespace React {
|
||||
href?: string;
|
||||
hrefLang?: string;
|
||||
media?: string;
|
||||
ping?: string;
|
||||
rel?: string;
|
||||
target?: string;
|
||||
type?: string;
|
||||
|
||||
Reference in New Issue
Block a user