UNPKG

@angular-redux/store

Version:
7 lines (6 loc) 219 B
import { NgZone } from '@angular/core'; import { RootStore } from './components/root-store'; /** @hidden */ export declare function _ngReduxFactory(ngZone: NgZone): RootStore<{}>; export declare class NgReduxModule { }