UNPKG

yarfl

Version:

Yet Another Redux Forms Library

3 lines (2 loc) 215 B
import { ActionUnknown, CompleteConfig, FormState } from '../typings'; export declare const createNodeReducer: <S extends object>(config: CompleteConfig<S>) => (state: FormState<any>, action: ActionUnknown) => any;