mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 10:50:58 +00:00
5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
// Public speech helpers for bundled or third-party plugins.
|
|
|
|
export { parseTtsDirectives } from "../tts/tts-core.js";
|
|
export type { SpeechVoiceOption } from "../tts/provider-types.js";
|