diff --git a/package.json b/package.json index ac941ee..fc4f44e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yuntijs/ui", - "version": "1.0.0-beta.68", + "version": "1.0.0-beta.69", "description": "☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps", "keywords": [ "yuntijs", diff --git a/src/index.ts b/src/index.ts index 2f53413..60e5a9a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -181,5 +181,8 @@ export { type SyntaxHighlighterProps, } from '@lobehub/ui'; +// @lobehub/tts +export { SpeechSynthesisTTS } from '@lobehub/tts'; + // ~ antd-style export { useResponsive, useTheme, useThemeMode } from 'antd-style';