Files
DefinitelyTyped/types/redux-immutable/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
406 B
TypeScript

// Type definitions for redux-immutable v3.0.10
// Project: https://github.com/gajus/redux-immutable
// Definitions by: Pedro Pereira <https://github.com/oizie>, Sebastian Sebald <https://github.com/sebald/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as Redux from 'redux';
export declare function combineReducers<S>(reducers: Redux.ReducersMapObject): Redux.Reducer<S>;