Skip to content

Commit

Permalink
fix: export SpeechSynthesisTTS
Browse files Browse the repository at this point in the history
  • Loading branch information
dayuy committed Oct 11, 2024
1 parent 5c46fed commit 5c7ca5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit 5c7ca5f

Please sign in to comment.