fix(alert): add alert popup types
This commit is contained in:
parent
ed42f481e6
commit
f8e770d952
@ -6,4 +6,6 @@ export interface AlertPopupProps extends PopupProps {
|
||||
header: string
|
||||
label: string
|
||||
handleConfirm: (confirm: boolean) => void
|
||||
yesButtonLabel?: string | undefined
|
||||
noButtonLabel?: string | undefined
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user