react-redux-retro
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ // Place your settings in this file to overwrite default and user settings. |
@@ -0,0 +0,0 @@ { |
import * as React from 'react'; | ||
import { Provider } from 'react-redux'; | ||
import { Store } from 'redux'; | ||
export interface IProviderProps { | ||
export interface IProviderProps extends React.Props<any> { | ||
store: Store<any>; | ||
@@ -10,3 +9,3 @@ actions: any; | ||
children?: React.ReactNode; | ||
}> & Readonly<import("react-redux").ProviderProps<import("redux").Action<any>>>, Provider<import("redux").Action<any>>>; | ||
}> & Readonly<import("react-redux").ProviderProps<import("redux").Action<any>>>, any>; | ||
export default _default; |
{ | ||
"name": "react-redux-retro", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Connect Redux Retro to React", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -0,0 +0,0 @@ React Redux Retro |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import Provider from './provider'; |
@@ -5,3 +5,3 @@ import * as React from 'react'; | ||
export interface IProviderProps { | ||
export interface IProviderProps extends React.Props<any> { | ||
store: Store<any>; | ||
@@ -8,0 +8,0 @@ actions: any; |
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
8931
162