UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

6 lines 223 B
declare const useSpeechSynthesis: () => { speak: (text: string, options?: Partial<SpeechSynthesisUtterance>) => void; stop: () => void; }; export { useSpeechSynthesis }; //# sourceMappingURL=SpeechSynthesis.d.ts.map