UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

7 lines (6 loc) 177 B
export declare const useBlobUrl: (src: string) => { audio: HTMLAudioElement | undefined; blob: Blob | undefined; isLoading: boolean; url: string | undefined; };