Skip to content

Commit

Permalink
ts: export IComputedFactory typescript type definition (#2840)
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei committed Mar 6, 2021
1 parent 7d449fb commit 0945c26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wet-clocks-carry.md
@@ -0,0 +1,5 @@
---
"mobx": patch
---

export IComputedFactory typescript type definition
1 change: 1 addition & 0 deletions packages/mobx/src/mobx.ts
Expand Up @@ -75,6 +75,7 @@ export {
IObservableFactory,
CreateObservableOptions,
computed,
IComputedFactory,
isObservable,
isObservableProp,
isComputed,
Expand Down

0 comments on commit 0945c26

Please sign in to comment.