UNPKG
@phrixothrixa/angular-redux-form
Version:
latest (10.1.1)
10.1.1
10.1.0
Build Angular 2+ forms with Redux
github.com/angular-redux/platform
angular-redux/platform
@phrixothrixa/angular-redux-form
/
dist
/
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
>;