ui-nyla/src/components/UiComponents/VoiceLanguageSelect/index.ts
2026-04-19 00:36:42 +02:00

6 lines
153 B
TypeScript

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