Skip to content

Commit

Permalink
Export CreateObservableOptions type (#2717)
Browse files Browse the repository at this point in the history
* Add changeset for exported type `CreateObservableOptions`

* Export `CreateObservableOptions` type

* Update .changeset/olive-spies-cry.md

Co-authored-by: Daniel K <FredyC@users.noreply.github.com>
  • Loading branch information
ahoisl and FredyC committed Jan 22, 2021
1 parent 6129fae commit 65c7b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-spies-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"mobx": patch
---

The TypeScript type `CreateObservableOptions` is now exported.
1 change: 1 addition & 0 deletions packages/mobx/src/mobx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export {
transaction,
observable,
IObservableFactory,
CreateObservableOptions,
computed,
isObservable,
isObservableProp,
Expand Down

0 comments on commit 65c7b73

Please sign in to comment.