Skip to content

Commit

Permalink
fix(button): type - sendMessageTitle (#86)
Browse files Browse the repository at this point in the history
完善d.ts
  • Loading branch information
limichange authored and cos2004 committed Sep 28, 2018
1 parent 5aa472b commit c4efbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @types/button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface AtButtonProps extends AtComponent{
openType?: 'contact' | 'share' | 'getUserInfo' | 'getPhoneNumber' | 'launchApp' | 'openSetting' | 'feedback' | 'getRealnameAuthInfo'
lang?: string
sessionFrom?: string
sendMessageTitle: string,
sendMessageTitle?: string,
sendMessagePath?: string,
sendMessageImg?: string,
showMessageCard?: boolean,
Expand Down

0 comments on commit c4efbb2

Please sign in to comment.