@cainiaofe/cn-utils
Version:
菜鸟前端基础工具库
33 lines (32 loc) • 919 B
TypeScript
import * as arSA from './ar-SA';
import * as esES from './es-ES';
import * as esMX from './es-MX';
import * as enPH from './en-PH';
import * as enSG from './en-SG';
import * as enUS from './en-US';
import * as frFR from './fr-FR';
import * as heIL from './he-IL';
import * as jaJP from './ja-JP';
import * as koKR from './ko-KR';
import * as ptBR from './pt-BR';
import * as ruRU from './ru-RU';
import * as zhHK from './zh-HK';
import * as zhTW from './zh-TW';
import * as zhCN from './zh-CN';
export declare const locale: {
'ar-SA': typeof arSA;
'es-ES': typeof esES;
'es-MX': typeof esMX;
'en-PH': typeof enPH;
'en-SG': typeof enSG;
'en-US': typeof enUS;
'fr-FR': typeof frFR;
'he-IL': typeof heIL;
'ja-JP': typeof jaJP;
'ko-KR': typeof koKR;
'pt-BR': typeof ptBR;
'ru-RU': typeof ruRU;
'zh-HK': typeof zhHK;
'zh-TW': typeof zhTW;
'zh-CN': typeof zhCN;
};