diff --git a/src/types/popup.ts b/src/types/popup.ts index b1551cf..ca79618 100644 --- a/src/types/popup.ts +++ b/src/types/popup.ts @@ -6,4 +6,6 @@ export interface AlertPopupProps extends PopupProps { header: string label: string handleConfirm: (confirm: boolean) => void + yesButtonLabel?: string | undefined + noButtonLabel?: string | undefined }