UNPKG

229 BTypeScriptView Raw
1export declare const DEFAULT_REPLACER_TYPE = "REACTOTRON_RESTORE_STATE";
2export default function reactotronReducer(rootReducer: Function, actionName?: string): (state: any, action: {
3 type: string;
4 state?: any;
5}) => any;