UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

6 lines (5 loc) 187 B
/** * A side effect to retrieve all the available system voices using the Web_Speech_API */ declare const useSystemVoices: () => SpeechSynthesisVoice[]; export default useSystemVoices;