Skip to content

Commit

Permalink
feat: export useSpeechRecognition (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayuy authored Oct 24, 2024
1 parent 72eb055 commit 73d9fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export {

// @lobehub/tts
export { SpeechSynthesisTTS } from '@lobehub/tts';
export { AudioPlayer, useAudioPlayer, useSpeechRecognition } from '@lobehub/tts/react';

// ~ antd-style
export { useResponsive, useTheme, useThemeMode } from 'antd-style';

0 comments on commit 73d9fa9

Please sign in to comment.