UNPKG

317 BTypeScriptView Raw
1import { StoreRootModule, StoreFeatureModule } from '@ngrx/store';
2import { EffectsRootModule } from './effects_root_module';
3export declare class EffectsFeatureModule {
4 constructor(root: EffectsRootModule, effectSourceGroups: any[][], storeRootModule: StoreRootModule, storeFeatureModule: StoreFeatureModule);
5}