UNPKG

yarfl

Version:

Yet Another Redux Forms Library

10 lines (9 loc) 386 B
import { CompleteConfig, Config, FormsConnect, Model } from './typings'; export declare function init(...configs: Config[]): { initialState: Model<any, import("src/typings").FormState<any>>; config: Model<{}, CompleteConfig<any>>; connect: FormsConnect; reducer: import("redux").Reducer<{}, import("redux").AnyAction>; FormProvider: any; actionCreators: any; };