@lingui/react
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -14,4 +14,4 @@ import React, { FunctionComponent, ComponentType } from "react"; | ||
export declare function useLingui(): I18nContext; | ||
export declare function withI18n(o?: object): <P extends withI18nProps>(Component: ComponentType<P>) => React.ComponentType<P>; | ||
export declare function withI18n(o?: object): <P extends withI18nProps>(Component: ComponentType<P>) => React.ComponentType<Omit<P, 'i18n'>>; | ||
export declare const I18nProvider: FunctionComponent<I18nProviderProps>; | ||
//# sourceMappingURL=I18nProvider.d.ts.map |
export { I18nProvider, useLingui, withI18n, I18nProviderProps, I18nContext, withI18nProps, } from "./I18nProvider"; | ||
export { Trans, TransProps } from "./Trans"; | ||
export { Trans, TransProps, TransRenderProps } from "./Trans"; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@lingui/react", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "React components for translations", | ||
@@ -43,3 +43,3 @@ "main": "index.js", | ||
"@babel/runtime": "^7.11.2", | ||
"@lingui/core": "^3.2.2" | ||
"@lingui/core": "^3.2.3" | ||
}, | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27411
Updated@lingui/core@^3.2.3