UNPKG

react-blabla

Version:
7 lines (6 loc) 197 B
declare type getVoicesParas = { language?: string; name?: string; }; export declare function useGetVoices(params: getVoicesParas): SpeechSynthesisVoice[] | SpeechSynthesisVoice; export {};