feat: count to end (#500)

This commit is contained in:
Carlos Valente
2023-08-27 19:25:40 +02:00
committed by GitHub
parent cd9dbcdc68
commit 5323e627fb
7 changed files with 259 additions and 23 deletions
@@ -1,5 +1,6 @@
export enum TimerType {
CountDown = 'count-down',
CountUp = 'count-up',
Clock = 'clock'
TimeToEnd = 'time-to-end',
Clock = 'clock',
}