UNPKG

@brizy/ui

Version:
3 lines (2 loc) 265 B
export type Locales = "ar" | "da" | "de" | "en" | "es" | "fr" | "it" | "ja" | "nl" | "pt" | "ro" | "ru" | "tr" | "uk" | "cn" | "ko" | "lt" | "no" | "pl" | "sv" | "th" | "default"; export type Translator = (s: string, o?: Record<string, string | number>) => string;