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
/
autoannotation.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
import
{
Annotation
}
from
"../internal"
;
export
declare
const
autoAnnotation
:
Annotation
;
export
declare
function
createAutoAnnotation
(
options
?:
object
):
Annotation
;