We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87a44f commit 31f3fd8Copy full SHA for 31f3fd8
types/wx/index.d.ts
@@ -72,7 +72,9 @@ declare namespace WechatMiniprogram {
72
// TODO: fill worklet type
73
type WorkletFunction = (...args: any) => any
74
type AnimationObject = any
75
- type SharedValue<T = any> = T
+ type SharedValue<T = any> = {
76
+ value: T
77
+ }
78
type DerivedValue<T = any> = T
79
}
80
0 commit comments