UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

7 lines (6 loc) 431 B
import { ReduxActionConfig } from './decorator/config'; import { ReduxActionDecoratorType } from './decorator/type'; import { ActionFunctionType } from './function-type'; export declare function ReduxAction(config?: ReduxActionConfig): ReduxActionDecoratorType; export declare function getActionTypeByFunction(target: ActionFunctionType<{}>): string; export declare function getActionType(...rest: Array<string | symbol>): string;