Browse Source

Merge pull request #1028 in VISUAL/fineui from ~TELLER/fineui:typescript to master

* commit 'a02f77adb9d2d5316df4052b4b9fb067cfdea0cc':
  fix: i18n定义错误
es6
Teller 5 years ago
parent
commit
0d3441f045
  1. 2
      typescript/core/i18n.ts

2
typescript/core/i18n.ts

@ -1,6 +1,6 @@
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 = {
addI18n: _addI18n;

Loading…
Cancel
Save