UNPKG
mdui
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.0.1
实现 material you 设计规范的 Web Components 组件库
www.mdui.org
zdhxiong/mdui
mdui
/
functions
/
getLocale.d.ts
7 lines
(6 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
GetLocal
}
from
'../internal/localize.js'
;
/** * 获取当前的语言代码。如果当前正在加载新的语言包,则该函数仍返回先前的语言代码 *
@return
string 当前的语言代码 */
export
declare
const
getLocale
:
GetLocal
;