mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
9 lines
340 B
TypeScript
9 lines
340 B
TypeScript
// 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/DefinitelyTyped/DefinitelyTyped
|
|
|
|
import * as Redux from 'redux';
|
|
|
|
export declare function combineReducers(reducers: Object): Redux.Reducer<any>;
|