Skip to content

Commit

Permalink
Merge pull request #208 from panvourtsis/master
Browse files Browse the repository at this point in the history
Types - updating the global d.ts with onTap
  • Loading branch information
testshallpass authored Aug 12, 2019
2 parents 6b4e874 + de6ee34 commit 638824b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface DropdownAlertProps {
cancelBtnImageStyle?: object | number
titleNumOfLines?: number
messageNumOfLines?: number
onTap?(data: AlertDataType): void
onClose?(data: AlertDataType): void
onCancel?(data: AlertDataType): void
showCancel?: boolean
Expand Down

0 comments on commit 638824b

Please sign in to comment.