UNPKG

mdui

Version:

实现 material you 设计规范的 Web Components 组件库

7 lines (6 loc) 265 B
import type { GetLocal } from '../internal/localize.js'; /** * 获取当前的语言代码。如果当前正在加载新的语言包,则该函数仍返回先前的语言代码 * @return string 当前的语言代码 */ export declare const getLocale: GetLocal;