@ui18n/svelte
Version:
🧡 Lightning-fast Svelte internationalization with reactive stores, SvelteKit support, and zero-bundle overhead
15 lines (12 loc) • 422 B
TypeScript
// Generated declaration file for @ui18n/svelte/browser
export * from './lib/index';
export * from './index';
// Browser-specific exports
export interface SvelteBrowserUI18nConfig {
enableUI18nDiscovery?: boolean;
ui18nDiscoveryPath?: string;
enablePersistence?: boolean;
debug?: boolean;
}
export function createBrowserUI18nStore(config?: SvelteBrowserUI18nConfig): any;
export const __BROWSER_VERSION__: true;