Browse Source

KERNEL-7828 补充一下类型定义

es6
Kobi 3 years ago
parent
commit
ca851d37e5
  1. 6
      typescript/index.ts

6
typescript/index.ts

@ -340,9 +340,9 @@ export interface BI extends _func, _i18n, _base, _inject, _var, _web, _utils {
HexColorChooserPopup: typeof HexColorChooserPopup;
BlankIconTextItem: typeof BlankIconTextItem;
TimeInterval: typeof TimeInterval;
DynamicDateTimePane: typeof TimeInterval;
SingleSelectInsertList: typeof TimeInterval;
MultiSelectTree: typeof TimeInterval;
DynamicDateTimePane: typeof DynamicDateTimePane;
SingleSelectInsertList: typeof SingleSelectInsertList;
MultiSelectTree: typeof MultiSelectTree;
}
export default {

Loading…
Cancel
Save