UNPKG

@yelon/theme

Version:

ng-yunzai theme system library.

10 lines (9 loc) 199 B
export interface LangConfigData { abbr: string; text: string; ng: any; zorro: any; date: any; yelon: any; } export declare const YUNZAI_LANGS: Record<string, LangConfigData>;