mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Merge pull request #8390 from oizie/redux-immutable
Redux immutable - New Type Definition and tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// <reference path="redux-immutable.d.ts" />
|
||||
|
||||
import { combineReducers } from 'redux-immutable';
|
||||
|
||||
combineReducers({
|
||||
});
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
// Type definitions for redux-immutable v3.0.5
|
||||
// Project: https://github.com/gajus/redux-immutable
|
||||
// Definitions by: Pedro Pereira <https://github.com/oizie>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "redux-immutable" {
|
||||
export function combineReducers(reducers : Object): Object;
|
||||
}
|
||||
Reference in New Issue
Block a user