UNPKG

yarfl

Version:

Yet Another Redux Forms Library

3 lines (2 loc) 238 B
import { ActionUnknown, CompleteConfig, FormState } from '../typings'; export declare const createReducer: <S extends object>(config: CompleteConfig<S>, initialState: FormState<S>) => import("redux").Reducer<FormState<S>, ActionUnknown>;