@ui18n/svelte
Version:
🧡 Lightning-fast Svelte internationalization with reactive stores, SvelteKit support, and zero-bundle overhead
15 lines (12 loc) • 443 B
TypeScript
// Generated declaration file for @ui18n/svelte/standalone
export * from './browser';
export interface StandaloneSvelteUI18nConfig {
enableUI18nDiscovery?: boolean;
ui18nDiscoveryPath?: string;
enablePersistence?: boolean;
debug?: boolean;
defaultLanguage?: string;
supportedLanguages?: string[];
}
export function createStandaloneUI18nStore(config?: StandaloneSvelteUI18nConfig): any;
export const __STANDALONE_VERSION__: true;