UNPKG
@angular-redux-ivy/form
Version:
latest (13.0.4)
14.0.0
13.0.4
13.0.3
13.0.1
Build Angular 2+ forms with Redux
github.com/alufers/platform
alufers/platform
@angular-redux-ivy/form
/
compose-reducers.d.ts
3 lines
(2 loc)
•
162 B
TypeScript
View Raw
1
2
3
import
{
AnyAction
,
Reducer
}
from
'redux'
;
export
declare
const
composeReducers
: <
State
>
(
...
reducers
:
Reducer
<
State
,
AnyAction
>[]
) =>
Reducer
<
State
,
AnyAction
>;