Skip to content

Commit 0945c26

Browse files
authored
ts: export IComputedFactory typescript type definition (#2840)
1 parent 7d449fb commit 0945c26

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/wet-clocks-carry.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx": patch
3+
---
4+
5+
export IComputedFactory typescript type definition

packages/mobx/src/mobx.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export {
7575
IObservableFactory,
7676
CreateObservableOptions,
7777
computed,
78+
IComputedFactory,
7879
isObservable,
7980
isObservableProp,
8081
isComputed,

0 commit comments

Comments
 (0)