UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

9 lines 239 B
//#region src/react/hooks/useBlobUrl.d.ts declare const useBlobUrl: (src: string) => { audio: HTMLAudioElement | undefined; blob: Blob | undefined; isLoading: boolean; url: string | undefined; }; //#endregion export { useBlobUrl };