Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadarShut committed Nov 21, 2022
1 parent 847c84f commit 2c12017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Countdown.tsx
Expand Up @@ -31,7 +31,7 @@ export interface CountdownProps
readonly onPause?: CountdownTimeDeltaFn;
readonly onStop?: CountdownTimeDeltaFn;
readonly onTick?: CountdownTimeDeltaFn;
readonly onComplete?:
readonly onComplete?:
| ((timeDelta: CountdownTimeDelta, completedOnStart: boolean) => void)
| LegacyCountdownProps['onComplete'];
}
Expand Down

0 comments on commit 2c12017

Please sign in to comment.