UNPKG
whale-plus
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.5
0.0.4
0.0.3
0.0.0-dev.1
A Component Library for Vue 3
element-plus.org
element-plus/element-plus
whale-plus
/
lib
/
locale
/
index.d.ts
10 lines
(9 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
{
default
as
zhCn }
from
'./lang/zh-cn'
;
export
{
default
as
en }
from
'./lang/en'
;
export
type
TranslatePair
= { [
key
:
string
]:
string
|
string
[] |
TranslatePair
; };
export
type
Language
= {
name
:
string
;
wl
:
TranslatePair
; };