Browse Source

fix: 修改类型名

es6
iapyang 3 years ago
parent
commit
7db59026cb
  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