UNPKG

@harmowatch/ngx-redux-core

Version:

[![Join the chat at https://gitter.im/harmowatch/ngx-redux-core](https://badges.gitter.im/harmowatch/ngx-redux-core.svg)](https://gitter.im/harmowatch/ngx-redux-core?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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