UNPKG

@lion/ui

Version:

A package of extendable web components

7 lines 296 B
/** * Get the full locale for a region. * As we don't know the language for that region, we first set it as 'und', which stands for 'undetermined'. * @param {string} regionCode */ export function regionCodeToLocale(regionCode: string): string; //# sourceMappingURL=regionCodeToLocale.d.ts.map