UNPKG

react-quizzes

Version:

React quizz/form builder and delivery solution

7 lines 346 B
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