UNPKG

@joker.front/ui

Version:

Joker UI组件库是一个精心设计和编码的项目,旨在为开发者提供一系列高效、易用且美观的用户界面组件

4 lines (3 loc) 163 B
export declare function getLang(): string; export declare function setLang(value: "zh-CN" | "en"): void; export declare function getValueByLang(key: string): any;