UNPKG

130 BTypeScriptView Raw
1export declare const hmrReducer: (appReducer: any) => (state: any, {type, payload}: {
2 type: any;
3 payload: any;
4}) => any;