UNPKG
lc-vue-biz-cu-dialog
Version:
latest (1.0.2)
1.0.2
1.0.0
新增/创建弹窗
github.com/dreamllq/vue-biz-cu-dialog
dreamllq/vue-biz-cu-dialog
lc-vue-biz-cu-dialog
/
dist
/
locales
/
index.d.ts
17 lines
(16 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
declare
const
locales
: {
'zh-cn'
: {
ok
:
string
;
cancel
:
string
; };
en
: {
ok
:
string
;
cancel
:
string
; };
ja
: {
ok
:
string
;
cancel
:
string
; }; };
export
default
locales;
export
declare
const
ct
:
(
str
:
string
) =>
any
;