weapp-vite
Version:
weapp-vite 一个现代化的小程序打包工具
9 lines • 539 B
text/typescript
import { t as WeappI18nConfig } from "./types-CgZn5X6j.mjs";
import { I18nGlobal, I18nGlobal as I18nGlobal$1, I18nInstance, I18nInstance as I18nInstance$1, I18nLocaleChangeSubscription } from "@weapp-vite/i18n";
//#region src/i18n.d.ts
declare const behavior: I18nInstance$1["behavior"];
declare const i18n: I18nInstance$1;
declare const global: I18nGlobal$1;
declare const page: typeof Page;
//#endregion
export { type I18nGlobal, type I18nInstance, type I18nLocaleChangeSubscription, type WeappI18nConfig, behavior, global, i18n, page };