From ffd09bdf6d3db5c35fb184b2da1be0a4800d0fb0 Mon Sep 17 00:00:00 2001 From: shawn Date: Mon, 30 Sep 2024 07:30:45 -0400 Subject: [PATCH] fix: type error --- libs/react/fpkit/src/components/text-to-speech/TextToSpeech.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/react/fpkit/src/components/text-to-speech/TextToSpeech.tsx b/libs/react/fpkit/src/components/text-to-speech/TextToSpeech.tsx index d41051da..8c3cab10 100644 --- a/libs/react/fpkit/src/components/text-to-speech/TextToSpeech.tsx +++ b/libs/react/fpkit/src/components/text-to-speech/TextToSpeech.tsx @@ -34,7 +34,7 @@ interface TextToSpeechComponentProps { const TextToSpeechComponent: React.FC = ({ initialText = '', showTextInput = true, - voice = 'Google US English', + voice, pitch = 1, rate = 1, language,