Skip to content

Commit

Permalink
Fixed #1685: expose IAutorunOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Aug 21, 2018
1 parent 082210f commit a9b87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export { isComputed, isComputedProp } from "./api/iscomputed"
export { extendObservable, extendShallowObservable } from "./api/extendobservable"
export { observe } from "./api/observe"
export { intercept } from "./api/intercept"
export { autorun, reaction, IReactionOptions } from "./api/autorun"
export { autorun, reaction, IReactionOptions, IAutorunOptions } from "./api/autorun"
export { when, IWhenOptions } from "./api/when"

export { action, isAction, runInAction, IActionFactory } from "./api/action"
Expand Down

0 comments on commit a9b87b8

Please sign in to comment.