Port generated lib files (#20213)

This commit is contained in:
Mohamed Hegazy 2017-11-22 15:42:04 -08:00 committed by GitHub
parent eb5797fd36
commit d62a8beea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15029,6 +15029,8 @@ interface SVGElementTagNameMap {
"view": SVGViewElement;
}
interface ElementTagNameMap extends HTMLElementTagNameMap, SVGElementTagNameMap { }
declare var Audio: { new(src?: string): HTMLAudioElement; };
declare var Image: { new(width?: number, height?: number): HTMLImageElement; };
declare var Option: { new(text?: string, value?: string, defaultSelected?: boolean, selected?: boolean): HTMLOptionElement; };