UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

6 lines (5 loc) 171 B
import { InjectionToken } from '@angular/core'; import { Store } from 'redux'; export declare class StateDefToken extends InjectionToken<Store<{}>> { constructor(); }