UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

3 lines (2 loc) 178 B
import { ReduxReducerFunctionType } from '../function-type'; export declare type ReduxReducerDecoratorDescriptor<S, P> = TypedPropertyDescriptor<ReduxReducerFunctionType<S, P>>;