feat(LOY-61): add confirmation box to close when redeemed a reward

This commit is contained in:
Christian Andolf
2025-02-12 14:22:13 +01:00
parent 962836606e
commit b656023bac
15 changed files with 189 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
export interface CountdownProps {
minutes?: number
seconds?: number
onChange?: (time: number) => void
}