Browse Source

Pull request #1684: 无JIRA任务 补充一下

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit 'd1f2a3c220c5acf718b0aa89d8d3365bada8e1b8':
  无JIRA任务 补充一下
es6
windy 4 years ago
parent
commit
2bdc419fea
  1. 4
      typescript/index.ts

4
typescript/index.ts

@ -269,6 +269,8 @@ export interface BI extends _func, _i18n, _base, _inject {
BubblePopupBarView: typeof BubblePopupBarView;
TextBubblePopupBarView: typeof TextBubblePopupBarView;
ArrowTreeGroupNodeCheckbox: typeof ArrowTreeGroupNodeCheckbox;
TextValueCheckCombo: typeof TextValueCheckCombo;
NumberEditor: typeof NumberEditor,
}
export default {
@ -405,5 +407,5 @@ export {
TextBubblePopupBarView,
ArrowTreeGroupNodeCheckbox,
TextValueCheckCombo,
NumberEditor
NumberEditor,
};

Loading…
Cancel
Save