mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
11 lines
386 B
TypeScript
11 lines
386 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
|
|
|
|
/// <reference path="../redux/redux.d.ts" />
|
|
|
|
declare module "redux-immutable" {
|
|
export function combineReducers(reducers: Object): Redux.Reducer<any>;
|
|
}
|