Skip to content

Commit

Permalink
fixed wrong deletionSpeed union type
Browse files Browse the repository at this point in the history
  • Loading branch information
maxeth committed Mar 22, 2023
1 parent 38f7a98 commit 6b07347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TypeAnimation/index.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Props {
wrapper?: Wrapper;
cursor?: boolean;
speed?: Speed | GranularSpeed;
deletionSpeed?: number | GranularSpeed;
deletionSpeed?: Speed | GranularSpeed;
omitDeletionAnimation?: boolean;
}

Expand Down

0 comments on commit 6b07347

Please sign in to comment.