UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

4 lines 146 B
//#region src/core/utils/cleanContent.d.ts declare const cleanContent: (content: string) => Promise<string>; //#endregion export { cleanContent };