fix: remove unused typed method

This commit is contained in:
Dominik Hufnagel 2025-02-19 11:51:56 +01:00 committed by Thijs Louisse
parent d86c1f7439
commit b2464bc170

View file

@ -67,11 +67,6 @@ export declare class LocalizeMixinHost {
public localizeNamespacesLoaded: Promise<Object> | undefined;
/**
* Hook into LitElement to only render once all translations are loaded
*/
public performUpdate(): Promise<void>;
public onLocaleReady(): void;
public onLocaleChanged(newLocale: string, oldLocale: string): void;
public onLocaleUpdated(): void;