mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user