UNPKG
redux-vertical
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
Build redux vertically
github.com/BerkeleyTrue/redux-vertical
BerkeleyTrue/redux-vertical
redux-vertical
/
lib
/
handle-actions.d.ts
3 lines
•
182 B
TypeScript
View Raw
1
2
3
import
type
{
Reducer
,
Handlers
}
from
'./types'
;
export
default
function
handleActions<S>(
handlers
:
Handlers
,
defaultState
: S):
Reducer
;
//# sourceMappingURL=handle-actions.d.ts.map