@tntd/reference
Version:
<!-- * @Author: 周泽飞 zefei.zhou@tongdun.net * @Date: 2024-12-03 10:07:54 * @LastEditors: 郑泳健 * @LastEditTime: 2026-01-20 15:55:03 * @FilePath: /tntd3/packages/reference/README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: http
21 lines • 659 B
TypeScript
export function getLang(): any;
export function WrapLocaleReceiver(Component: any): (props: any) => React.JSX.Element;
export default mapLocale;
import React from "react";
declare const mapLocale: {
'zh-cn': typeof zhCN;
'zh-tw': typeof zhTW;
en: typeof enUS;
th: typeof thTH;
ar: typeof arEG;
ko: typeof koKR;
es: typeof esES;
};
import zhCN from "../.octopus/zh-CN";
import zhTW from "../.octopus/zh-TW";
import enUS from "../.octopus/en-US";
import thTH from "../.octopus/th-TH";
import arEG from "../.octopus/ar-EG";
import koKR from "../.octopus/ko-KR";
import esES from "../.octopus/es-ES";
//# sourceMappingURL=I18N.d.ts.map