react-i18next 11.16.0 → 11.16.1
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/CHANGELOG.md +4 -0
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/ts4.1/index.d.ts +1 -0
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export interface TransProps<E extends Element = HTMLDivElement>
|
|
|
36
36
|
children?: React.ReactNode;
|
|
37
37
|
components?: readonly React.ReactNode[] | { readonly [tagName: string]: React.ReactNode };
|
|
38
38
|
count?: number;
|
|
39
|
+
context?: string;
|
|
39
40
|
defaults?: string;
|
|
40
41
|
i18n?: i18n;
|
|
41
42
|
i18nKey?: string;
|
package/package.json
CHANGED
package/ts4.1/index.d.ts
CHANGED
|
@@ -254,6 +254,7 @@ export type TransProps<
|
|
|
254
254
|
children?: React.ReactNode;
|
|
255
255
|
components?: readonly React.ReactNode[] | { readonly [tagName: string]: React.ReactNode };
|
|
256
256
|
count?: number;
|
|
257
|
+
context?: string;
|
|
257
258
|
defaults?: string;
|
|
258
259
|
i18n?: i18n;
|
|
259
260
|
i18nKey?: K | K[];
|