django-vue3-admin-web/node_modules/@fast-crud/fast-crud/dist/d/locale/index.d.ts
2025-10-20 21:21:14 +08:00

11 lines
218 B
TypeScript

declare class I18n {
vueI18nInstance: any;
t(key: string, args: any): any;
setVueI18n(instance: any): void;
}
export declare const i18n: I18n;
export declare function useI18n(): {
t: any;
};
export {};