ElementTagNameMap should extend HTMLElementTagNameMap #14784
Labels
Domain: lib.d.ts
The issue relates to the different libraries shipped with TypeScript
Help Wanted
You can do this
Suggestion
An idea for TypeScript
TypeScript Version: 2.2.1
Code
Along with #14782, this would let custom element definitions be able to augment only one tag name map:
And with #14783
ElementTagNameMap
could extend bothHTMLElementTagNameMap
and the proposedSVGElementTagNameMap
.The text was updated successfully, but these errors were encountered: