tav-ui
Version:
19 lines (14 loc) • 436 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
require('../hooks/index2.js');
var useGlobalConfig = require('../hooks/global/useGlobalConfig2.js');
const i18nFun = useGlobalConfig.useGlobalConfig("i18nFun");
const tavI18n = (key, vars) => {
if (i18nFun.value) {
return i18nFun.value?.t(key, vars);
} else {
return "";
}
};
exports.tavI18n = tavI18n;
//# sourceMappingURL=transfer2.js.map