UNPKG

redux-haiku

Version:

> A saga is long and rambles on. > A haiku goes to the point. > Change!

6 lines (5 loc) 206 B
declare module 'redux' { declare function createStore(reducer:(state: any, action: any) => any): any declare function combineReducers(...reducer:any): any declare function compose(...f:any): any }