fix(localize): fix type of localizeNameSpaces (#2073)
This commit is contained in:
parent
cecf5ed573
commit
d597c077b4
2 changed files with 6 additions and 1 deletions
5
.changeset/plenty-taxis-attend.md
Normal file
5
.changeset/plenty-taxis-attend.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
[localize] with localizeNameSpaces type
|
||||||
|
|
@ -61,7 +61,7 @@ export interface msgOptions {
|
||||||
}
|
}
|
||||||
|
|
||||||
export declare class LocalizeMixinHost {
|
export declare class LocalizeMixinHost {
|
||||||
static get localizeNamespaces(): StringToFunctionMap[];
|
static get localizeNamespaces(): NamespaceObject[];
|
||||||
|
|
||||||
static get waitForLocalizeNamespaces(): boolean;
|
static get waitForLocalizeNamespaces(): boolean;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue