mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Fixed reference in test and add comments based on contribution
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/// <reference path="redux-immutable.d.ts" />
|
||||
|
||||
import { combineReducers } from 'redux-immutable';
|
||||
import { routerReducer } from 'react-router-redux';
|
||||
|
||||
|
||||
Vendored
+5
@@ -1,3 +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