fix: remove unused typed method
This commit is contained in:
parent
d86c1f7439
commit
b2464bc170
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue