mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
Update index.d.ts (#20499)
Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a Broken by: https://github.com/DefinitelyTyped/DefinitelyTyped/commit/a24aee6125213ba20a5bda15a5d4fce8b60b2f57 React documentation for the supported "type" attribute: https://reactjs.org/docs/dom-elements.html
This commit is contained in:
Vendored
+1
@@ -2578,6 +2578,7 @@ declare namespace React {
|
||||
media?: string;
|
||||
rel?: string;
|
||||
target?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:no-empty-interface
|
||||
|
||||
Reference in New Issue
Block a user