fix(localize): fix type of localizeNameSpaces (#2073)

This commit is contained in:
gerjanvangeest 2023-09-11 16:45:16 +02:00 committed by GitHub
parent cecf5ed573
commit d597c077b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@lion/ui': patch
---
[localize] with localizeNameSpaces type

View file

@ -61,7 +61,7 @@ export interface msgOptions {
}
export declare class LocalizeMixinHost {
static get localizeNamespaces(): StringToFunctionMap[];
static get localizeNamespaces(): NamespaceObject[];
static get waitForLocalizeNamespaces(): boolean;