Skip to content

Commit

Permalink
fix(types): remove ElementTagNameMap
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed May 29, 2019
1 parent ab8e304 commit a5b199d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compiler/types/generate-app-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ declare global {
interface HTMLElementTagNameMap {
${modules.map(m => `'${m.tagName}': ${m.htmlElementName};`).join('\n')}
}
interface ElementTagNameMap extends HTMLElementTagNameMap {}
}
declare namespace LocalJSX {
Expand Down

0 comments on commit a5b199d

Please sign in to comment.