mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#20499)
Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a
Broken by: a24aee6125
React documentation for the supported "type" attribute: https://reactjs.org/docs/dom-elements.html
This commit is contained in:
parent
77f13a18d6
commit
016a82b4eb
1
types/react/index.d.ts
vendored
1
types/react/index.d.ts
vendored
@ -2578,6 +2578,7 @@ declare namespace React {
|
||||
media?: string;
|
||||
rel?: string;
|
||||
target?: string;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
// tslint:disable-next-line:no-empty-interface
|
||||
|
||||
Loading…
Reference in New Issue
Block a user