Feed - posts #227
@ -6,4 +6,6 @@ export interface AlertPopupProps extends PopupProps {
|
|||||||
header: string
|
header: string
|
||||||
label: string
|
label: string
|
||||||
handleConfirm: (confirm: boolean) => void
|
handleConfirm: (confirm: boolean) => void
|
||||||
|
yesButtonLabel?: string | undefined
|
||||||
|
noButtonLabel?: string | undefined
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user