We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b4e874 + de6ee34 commit 638824bCopy full SHA for 638824b
index.d.ts
@@ -23,6 +23,7 @@ export interface DropdownAlertProps {
23
cancelBtnImageStyle?: object | number
24
titleNumOfLines?: number
25
messageNumOfLines?: number
26
+ onTap?(data: AlertDataType): void
27
onClose?(data: AlertDataType): void
28
onCancel?(data: AlertDataType): void
29
showCancel?: boolean
0 commit comments