Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnsandy committed Sep 30, 2024
1 parent ee3fe3e commit ffd09bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface TextToSpeechComponentProps {
const TextToSpeechComponent: React.FC<TextToSpeechComponentProps> = ({
initialText = '',
showTextInput = true,
voice = 'Google US English',
voice,
pitch = 1,
rate = 1,
language,
Expand Down

0 comments on commit ffd09bd

Please sign in to comment.