i18n-keyless-react 1.7.3 → 1.7.4
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/dist/I18nKeylessText.d.ts +1 -2
- package/dist/index.d.ts +1 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { TranslationOptions } from "i18n-keyless-core";
|
|
3
|
-
interface I18nKeylessTextProps {
|
|
3
|
+
export interface I18nKeylessTextProps {
|
|
4
4
|
children: string;
|
|
5
5
|
replace?: Record<string, string>;
|
|
6
6
|
context?: string;
|
|
@@ -8,4 +8,3 @@ interface I18nKeylessTextProps {
|
|
|
8
8
|
forceTemporary?: TranslationOptions["forceTemporary"];
|
|
9
9
|
}
|
|
10
10
|
export declare const I18nKeylessText: React.FC<I18nKeylessTextProps>;
|
|
11
|
-
export {};
|
package/dist/index.d.ts
CHANGED
package/dist/package.json
CHANGED