|
|
@ -1,6 +1,6 @@ |
|
|
|
export declare type _addI18n = (v: string) => string; |
|
|
|
export declare type _addI18n = (v: string) => string; |
|
|
|
|
|
|
|
|
|
|
|
export declare type _i18nText = (key: string) => string; |
|
|
|
export declare type _i18nText = (key: string, ..._args: any[]) => string; |
|
|
|
|
|
|
|
|
|
|
|
export declare type _i18n = { |
|
|
|
export declare type _i18n = { |
|
|
|
addI18n: _addI18n; |
|
|
|
addI18n: _addI18n; |
|
|
|