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
/
setLocale.d.ts
7 lines
(6 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
SetLocal
}
from
'../internal/localize.js'
;
/** * 切换到指定的语言。返回 Promise,在新的语言包加载完成后 resolve *
@param
locale 语言代码 */
export
declare
const
setLocale
:
SetLocal
;