UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

7 lines (6 loc) 271 B
import type { TranslationDictionary } from '../types'; export declare const loadTranslations: (locale: string, loadPath: string) => Promise<{ messages: TranslationDictionary; availableLocales: string[]; }>; export declare const detectBrowserLocale: () => string;