diff --git a/types/weixin-app/index.d.ts b/types/weixin-app/index.d.ts index b86530c77c..1e454c4ed9 100644 --- a/types/weixin-app/index.d.ts +++ b/types/weixin-app/index.d.ts @@ -3366,13 +3366,7 @@ type ThisTypedComponentOptionsWithRecordProps< Options, Props > = object & - ComponentOptions< - V, - Data | ((this: Readonly & V) => Data), - Methods, - Options, - PropsDefinition - > & + ComponentOptions Data), Methods, Options, Props> & ThisType>>; interface ComponentRelation {