UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

4 lines (3 loc) 264 B
import { ActionFunctionTypeArray } from '../action/function-type-array'; import { ReduxReducerDecoratorType as DecoratorType } from './decorator/type'; export declare function ReduxReducer<S = any, P = any>(types: ActionFunctionTypeArray<P>): DecoratorType<S, P>;