UNPKG

react-say-fork

Version:

# Goal and TODOs * Add Typescript support * Make compononents style-customizable

13 lines 392 B
export default function createNativeUtterance({ speechSynthesis, SpeechSynthesisUtterance }: { speechSynthesis: any; SpeechSynthesisUtterance: any; }, { lang, onBoundary, pitch, rate, text, voice, volume }: { lang: any; onBoundary: any; pitch: any; rate: any; text: any; voice: any; volume: any; }): any; //# sourceMappingURL=createNativeUtterance.d.ts.map