Feed - posts #227

Merged
enes merged 23 commits from feat/131-feed-posts into staging 2025-02-14 19:54:29 +00:00
Showing only changes of commit f8e770d952 - Show all commits

View File

@ -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
} }