UNPKG

@ctsy/layui-vue

Version:

a component library for Vue 3 base on layui-vue

22 lines (21 loc) 402 B
declare const i18n: import("vue-i18n").I18n<{ zh_CN: { input: { hello: string; }; page: { prev: string; next: string; }; }; en_US: { input: { hello: string; }; page: { prev: string; next: string; }; }; }, {}, {}, string, false>; export default i18n;