UNPKG

@angular-redux-ivy/form

Version:

Build Angular 2+ forms with Redux

6 lines (5 loc) 286 B
import { Collection } from 'immutable'; import { Action } from 'redux'; export declare const defaultFormReducer: <RootState>(initialState?: Collection.Keyed<string, any> | RootState) => (state: Collection.Keyed<string, any> | RootState, action: Action & { payload?: any; }) => any;