UNPKG

@joker.front/ui

Version:

Joker-UI | Official native UI component library for Joker Framework. Minimalist design with full-scene components, responsive layout & dynamic interactions. Access dev docs, API references & real-world case studies on official site.

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;