Revert "fixed typescript error"

This reverts commit 9549539f5d.
This commit is contained in:
Buni48
2022-06-21 17:25:13 +02:00
parent f52a463728
commit 953d175b44

View File

@@ -457,7 +457,4 @@ declare global {
interface HTMLElementTagNameMap {
'sl-input': SlInput;
}
interface Window {
InstallTrigger: unknown;
}
}