UNPKG

219 BTypeScriptView Raw
1import { NgZone } from '@angular/core';
2import { RootStore } from './components/root-store';
3/** @hidden */
4export declare function _ngReduxFactory(ngZone: NgZone): RootStore<{}>;
5export declare class NgReduxModule {
6}