UNPKG

266 BTypeScriptView Raw
1/**
2 * Auto-dispatches the return value of the decorated function.
3 *
4 * Decorate a function creator method with @dispatch and its return
5 * value will automatically be passed to ngRedux.dispatch() for you.
6 */
7export declare function dispatch(): PropertyDecorator;