UNPKG
@ohu-mobile/core
Version:
latest (0.19.0)
0.19.0
0.18.0
0.17.0
0.16.3
0.16.2
0.15.7
0.15.6
0.15.5
0.15.4
0.15.3
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
Mobile UI Toolkit
github.com/jeffwcx/ohu-mobile/tree/master/packages/ohu-mobile
jeffwcx/ohu-mobile
@ohu-mobile/core
/
lib-rem
/
locale
/
index.d.ts
10 lines
(9 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
VueConstructor
}
from
'vue'
;
import
{
LocaleDef
}
from
'./types'
;
declare
const
locale
: {
name
:
string
;
installed
:
boolean
;
install
(
Vue
:
VueConstructor
):
void
;
use
(
lang
:
string
,
messages
?:
LocaleDef
):
void
; };
export
default
locale;