UNPKG

@stackend/api

Version:

JS bindings to api.stackend.com

14 lines 355 B
import { Reducer } from 'redux'; /** * Minimum set of reducers with their expected names */ export declare const BASE_REDUCERS: { [name: string]: Reducer<any, any>; }; /** * All Stackend reducers and their expected names. */ export declare const STANDARD_REDUCERS: { [name: string]: Reducer<any, any>; }; //# sourceMappingURL=reducers.d.ts.map