refactor: show leading zeroes in minimal

This commit is contained in:
Carlos Valente
2024-11-07 21:23:37 +01:00
committed by Carlos Valente
parent 9ba94288a1
commit 9440ad17d2
3 changed files with 7 additions and 2 deletions
@@ -15,4 +15,5 @@ export type OverridableOptions = {
language?: string;
showProgressBar?: boolean;
hideTimerSeconds?: boolean;
removeLeadingZeros?: boolean;
};