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:
Benoit V 2017-10-16 22:19:44 +02:00 committed by Andy
parent 77f13a18d6
commit 016a82b4eb

View File

@ -2578,6 +2578,7 @@ declare namespace React {
media?: string;
rel?: string;
target?: string;
type?: string;
}
// tslint:disable-next-line:no-empty-interface