UNPKG

w3-redux

Version:

redux and redux thunk tools

13 lines (12 loc) 246 B
interface AnyObj { [index: string]: object; } export declare type Reducers = { combineName: string; reducers: AnyObj; }[]; export declare type Options = { enableDevtools: boolean; nextWrapp: boolean; }; export {};