UNPKG

@ui18n/vue

Version:

💚 Vue 3 internationalization with Composition API, auto-reactive translations, and seamless TypeScript support

10 lines (9 loc) • 478 B
import { createUI18n, UI18n } from '@ui18n/core'; export * from './types'; export * from './plugin'; export { useUI18n, type UseUI18n } from './composables'; export { useLanguage, type UseLanguageReturn } from './composables/useLanguage'; export { useTranslation, type UseTranslationReturn } from './composables/useTranslation'; export { createUI18n, UI18n }; export type { LanguageSelectorProps } from './types'; export type { UI18nPlugin, createUI18nPlugin } from './plugin';