Browse Source

无JIRA任务 补充一下

es6
windy 4 years ago
parent
commit
d1f2a3c220
  1. 4
      typescript/index.ts

4
typescript/index.ts

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

Loading…
Cancel
Save