Fix some type issues to make everything play more nicely together

(Not complaining about things from parent classes being missing, mostly)
This commit is contained in:
nathan
2021-08-27 11:21:40 -06:00
parent fb69cf39fd
commit 8a2b717c51
6 changed files with 55 additions and 22 deletions

View File

@ -45,4 +45,5 @@ export class Et2Textbox extends Et2InputWidget(LionInput)
}
}
// @ts-ignore TypeScript is not recognizing that Et2Textbox is a LitElement
customElements.define("et2-textbox", Et2Textbox);