UNPKG

react-quizz-spanish

Version:

Quizz en react, traducido al español, autor original: hugobarragon

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