From b53cc5d5cf90ffdcd4d84b1dd71b515af5f49e01 Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Sat, 25 Aug 2018 16:21:44 +0800 Subject: [PATCH] fix build --- types/weixin-app/index.d.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 {