mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added new type definition and test for redux-immutable
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { combineReducers } from 'redux-immutable';
|
||||
import { routerReducer } from 'react-router-redux';
|
||||
|
||||
combineReducers({
|
||||
routing: routerReducer
|
||||
});
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
declare module "redux-immutable" {
|
||||
export function combineReducers(reducers : Object): Object;
|
||||
}
|
||||
Reference in New Issue
Block a user