Skip to content

Commit

Permalink
fix: remove unused typed method
Browse files Browse the repository at this point in the history
  • Loading branch information
dhufnagel authored Feb 19, 2025
1 parent d86c1f7 commit cce1e5a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/ui/components/localize/types/LocalizeMixinTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cce1e5a

Please sign in to comment.