Skip to content

Commit

Permalink
fix(components): Button Props opentype unread enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Brain777777 authored and ZakaryCode committed Dec 16, 2021
1 parent 054e4db commit 44d598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taro-components/types/Button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface ButtonProps extends StandardProps {
/** 微信开放能力
* @supported weapp
*/
openType?: ButtonProps.openType | string
openType?: ButtonProps.openType

/** 指定按下去的样式类。当 `hover-class="none"` 时,没有点击态效果
* @default button-hover
Expand Down

0 comments on commit 44d598f

Please sign in to comment.