Clean up internal type usages

This commit is contained in:
2023-09-02 21:02:50 +02:00
parent 41830bbca5
commit ad59f07d2b
14 changed files with 176 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ export default class BottomPanel extends LitElement {
/** Public variables */
@property({ type: Boolean, reflect: true }) public open = false;
/** constructor & lifecylce */
/** constructor & lifecycle */
override connectedCallback() {
super.connectedCallback();