react-quizzes-fork
Version:
React quizz/form builder and delivery solution
7 lines • 340 B
TypeScript
import { IActions } from "./actions";
declare type Maptype = Map<string, any>;
export declare const initialState: (initialValue: any) => Map<string, any>;
export declare type IState = ReturnType<typeof initialState>;
export declare function reducer(state: IState, action: IActions): Maptype;
export {};
//# sourceMappingURL=reducer.d.ts.map