mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
added support for noindex html tag
added support for noindex html tag see https://github.com/facebook/react/issues/5882
This commit is contained in:
committed by
GitHub
parent
06412ff108
commit
05038b3f91
1
react/react.d.ts
vendored
1
react/react.d.ts
vendored
@@ -2449,6 +2449,7 @@ declare namespace JSX {
|
||||
meta: React.HTMLProps<HTMLMetaElement>;
|
||||
meter: React.HTMLProps<HTMLElement>;
|
||||
nav: React.HTMLProps<HTMLElement>;
|
||||
noindex: React.HTMLProps<HTMLElement>;
|
||||
noscript: React.HTMLProps<HTMLElement>;
|
||||
object: React.HTMLProps<HTMLObjectElement>;
|
||||
ol: React.HTMLProps<HTMLOListElement>;
|
||||
|
||||
Reference in New Issue
Block a user