UNPKG

vdr-react-form-manager

Version:
4 lines (3 loc) 212 B
import { IFormAction } from '../interface/form/FormAction.interface'; import { IState } from '../interface/form/State.interface'; export declare const FormReducer: (state: IState, action: IFormAction) => IState;