mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-23 23:39:47 +08:00
style: 移除多余换行
This commit is contained in:
8
src/typings/app.d.ts
vendored
8
src/typings/app.d.ts
vendored
@ -913,21 +913,13 @@ declare namespace App {
|
||||
|
||||
interface $T {
|
||||
(key: I18nKey): string;
|
||||
|
||||
(key: I18nKey, plural: number, options?: TranslateOptions<LangType>): string;
|
||||
|
||||
(key: I18nKey, defaultMsg: string, options?: TranslateOptions<I18nKey>): string;
|
||||
|
||||
(key: I18nKey, list: unknown[], options?: TranslateOptions<I18nKey>): string;
|
||||
|
||||
(key: I18nKey, list: unknown[], plural: number): string;
|
||||
|
||||
(key: I18nKey, list: unknown[], defaultMsg: string): string;
|
||||
|
||||
(key: I18nKey, named: Record<string, unknown>, options?: TranslateOptions<LangType>): string;
|
||||
|
||||
(key: I18nKey, named: Record<string, unknown>, plural: number): string;
|
||||
|
||||
(key: I18nKey, named: Record<string, unknown>, defaultMsg: string): string;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user