frontend_nyla/src/components/UiComponents/VoiceLanguageSelect/index.ts
ValueOn AG 6a406d885d fixes
2026-01-24 18:01:35 +01:00

8 lines
205 B
TypeScript

export {
VoiceLanguageSelect,
useVoiceLanguage,
getDefaultVoiceLanguage,
voiceLanguages,
type VoiceLanguageOption,
type VoiceLanguageSelectProps
} from './VoiceLanguageSelect';