Browse Source

Pull request #1812: 无JIRA任务 修改类型名

Merge in VISUAL/fineui from ~TELLER/fineui:bugfix to master

* commit '7db59026cb2e3a824f858e5a150539852e91530f':
  fix: 修改类型名
es6
parent
commit
8bc7545be1
  1. 2
      typescript/index.ts

2
typescript/index.ts

@ -311,7 +311,7 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils {
TextValueCheckComboPopup: typeof TextValueCheckComboPopup;
ImageButton: typeof ImageButton;
Router: typeof Router;
History: History,
history: History,
}
export default {

Loading…
Cancel
Save