react-localize-redux
Advanced tools
Comparing version 2.13.5 to 2.13.6
import { ReactElement } from 'react'; | ||
import { Selector } from 'reselect'; | ||
import { ComponentClass } from 'react-redux'; | ||
@@ -88,3 +87,3 @@ | ||
currentLanguage: string, | ||
translate: Selector<LocaleState, Translate> | ||
translate: Translate | ||
}; | ||
@@ -117,7 +116,2 @@ | ||
export interface LocalizeStateProps { | ||
currentLanguage: string; | ||
translate: Translate; | ||
} | ||
export function localeReducer(state: LocaleState, action: Action): LocaleState; | ||
@@ -143,4 +137,4 @@ | ||
export function getTranslate(state: LocaleState): Selector<LocaleState, Translate>; | ||
export function getTranslate(state: LocaleState): Translate; | ||
export function localize(Component: ReactElement<any>, slice?: string): (state: LocaleState) => ComponentClass<LocalizeProps>; |
import { ReactElement } from 'react'; | ||
import { Selector } from 'reselect'; | ||
import { ComponentClass } from 'react-redux'; | ||
@@ -88,3 +87,3 @@ | ||
currentLanguage: string, | ||
translate: Selector<LocaleState, Translate> | ||
translate: Translate | ||
}; | ||
@@ -117,7 +116,2 @@ | ||
export interface LocalizeStateProps { | ||
currentLanguage: string; | ||
translate: Translate; | ||
} | ||
export function localeReducer(state: LocaleState, action: Action): LocaleState; | ||
@@ -143,4 +137,4 @@ | ||
export function getTranslate(state: LocaleState): Selector<LocaleState, Translate>; | ||
export function getTranslate(state: LocaleState): Translate; | ||
export function localize(Component: ReactElement<any>, slice?: string): (state: LocaleState) => ComponentClass<LocalizeProps>; |
{ | ||
"name": "react-localize-redux", | ||
"version": "2.13.5", | ||
"version": "2.13.6", | ||
"description": "Localization library for React/Redux", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
88242
1538