@ikas/storefront 0.0.162-alpha.4 → 0.0.162-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/utils/i18n.d.ts +1 -1
- package/package.json +1 -1
package/build/utils/i18n.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export declare class I18NFileReader {
|
|
|
7
7
|
private readLocaleFile;
|
|
8
8
|
}
|
|
9
9
|
declare function t(pathString: string, params?: Record<string, any>): any;
|
|
10
|
-
export declare function useTranslation(namespace?: string): {
|
|
10
|
+
export declare function useTranslation(namespace?: string | string[]): {
|
|
11
11
|
t: typeof t;
|
|
12
12
|
};
|
|
13
13
|
export {};
|