UNPKG

@ui18n/svelte

Version:

🧡 Lightning-fast Svelte internationalization with reactive stores, SvelteKit support, and zero-bundle overhead

7 lines (5 loc) • 268 B
// Generated declaration file for @ui18n/svelte export * from './lib/index'; export { default } from './lib/index'; // Re-export types from @ui18n/core (external dependency) export type { UI18n, SupportedLanguage, TranslationResult, UI18nConfig } from '@ui18n/core';