UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 344 B
import type { FieldAction, Fields } from './types'; /** * Reducer which modifies the form field state (all the current data of the fields in the form). When called using dispatch, it will return a new state object. */ export declare function fieldReducer(state: Fields, action: FieldAction): Fields; //# sourceMappingURL=fieldReducer.d.ts.map