@lingui/react
Advanced tools
Comparing version
import React, { FunctionComponent, ComponentType } from "react"; | ||
import { I18n } from "@lingui/core"; | ||
import { TransRenderType } from "./Trans"; | ||
export declare type I18nContext = { | ||
i18n: I18n; | ||
defaultComponent?: TransRenderType; | ||
defaultComponent?: React.ReactElement<any, any> | null; | ||
}; | ||
@@ -8,0 +7,0 @@ export declare type withI18nProps = { |
{ | ||
"name": "@lingui/react", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "React components for translations", | ||
@@ -43,3 +43,3 @@ "main": "index.js", | ||
"@babel/runtime": "^7.11.2", | ||
"@lingui/core": "3.0.1" | ||
"@lingui/core": "3.0.2" | ||
}, | ||
@@ -46,0 +46,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
26116
-0.07%342
-0.29%+ Added
- Removed
Updated