UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

3 lines (2 loc) 154 B
import { ActionInterface } from '../action/interface'; export declare type ReduxReducerFunctionType<S, P> = (state: S, action?: ActionInterface<P>) => S;