Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): 微信添加 catchTouchMove 的类型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
Darmody committed Sep 10, 2020
1 parent 64c9277 commit 6efda1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax-wechat/src/hostComponents/View/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export interface ViewProps extends BaseProps {
onAnimationIteration?: (event: any) => any;
onAnimationStart?: (event: any) => any;
onAnimationEnd?: (event: any) => any;
catchTouchMove?: boolean | ((event: any) => any);
}
/**
* https://developers.weixin.qq.com/miniprogram/dev/component/view.html
Expand Down

1 comment on commit 6efda1d

@vercel
Copy link

@vercel vercel bot commented on 6efda1d Sep 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.