mst-effect
Version:
Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
5 lines • 309 B
TypeScript
import { Observable, Subscription } from 'rxjs';
import type { AnyInstance } from '../types';
import type { ValidEffectActions } from './action';
export declare function subscribe(self: AnyInstance, factory: unknown, actions$: Observable<ValidEffectActions>): Subscription;
//# sourceMappingURL=utils.d.ts.map