UNPKG
@ctsy/layui-vue
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.4.6
0.3.4
0.3.3
0.3.2
a component library for Vue 3 base on layui-vue
www.layui-vue.com
@ctsy/layui-vue
/
types
/
language
/
index.d.ts
22 lines
(21 loc)
•
402 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;