UNPKG

@sinchsmb/ui-kit

Version:

UI kit for SinchSMB frontend

9 lines (8 loc) 240 B
import { TranslationKey } from '../assets/locales/types'; import { Country } from './country'; /** * Countries names. * * Names should be labels of translations. */ export declare const COUNTRIES_NAMES: Record<Country, TranslationKey>;