UNPKG
mobx-miniprogram
Version:
latest (6.12.3)
mobx4 (4.13.2)
6.12.3
6.12.3-alpha.1
6.3.10-alpha.1
4.13.2
4.13.1
4.13.0
4.13.0-alpha.1
Simple, scalable state management.
mobx.js.org
mobxjs/mobx
mobx-miniprogram
/
dist
/
types
/
computedannotation.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
{
Annotation
}
from
"../internal"
;
export
declare
function
createComputedAnnotation
(
name
:
string
,
options
?:
object
):
Annotation
;