UNPKG

@angular-redux-ivy/form

Version:

Build Angular 2+ forms with Redux

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