UNPKG

@phrixothrixa/angular-redux-form

Version:
3 lines (2 loc) 162 B
import { AnyAction, Reducer } from 'redux'; export declare const composeReducers: <State>(...reducers: Reducer<State, AnyAction>[]) => Reducer<State, AnyAction>;