UNPKG

555 BTypeScriptView Raw
1import { action as mobxAction } from 'mobx';
2import { computed as mobxComputed } from 'mobx';
3import { observable as mobxObservable } from 'mobx';
4export * from './lib/mobx-autorun.directive';
5export * from './lib/mobx-reaction.directive';
6export * from './lib/router-store.service';
7export * from './lib/mobx-angular.module';
8export declare function actionInternal(...args: any[]): any;
9export declare const action: typeof mobxAction;
10export declare const computed: typeof mobxComputed;
11export declare const observable: typeof mobxObservable;