Skip to content

Commit 638824b

Browse files
Merge pull request #208 from panvourtsis/master
Types - updating the global d.ts with onTap
2 parents 6b4e874 + de6ee34 commit 638824b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export interface DropdownAlertProps {
2323
cancelBtnImageStyle?: object | number
2424
titleNumOfLines?: number
2525
messageNumOfLines?: number
26+
onTap?(data: AlertDataType): void
2627
onClose?(data: AlertDataType): void
2728
onCancel?(data: AlertDataType): void
2829
showCancel?: boolean

0 commit comments

Comments
 (0)