UNPKG

@lobehub/tts

Version:

A high-quality & reliable TTS React Hooks library

10 lines (9 loc) 255 B
import { SWRConfiguration } from "swr"; //#region src/react/useTTS/index.d.ts interface TTSOptions extends SWRConfiguration { onFinish?: SWRConfiguration['onSuccess']; onStart?: () => void; onStop?: () => void; } //#endregion export { TTSOptions };