diff --git a/typescript/index.ts b/typescript/index.ts index 6f2bb94b2..3bd21c785 100644 --- a/typescript/index.ts +++ b/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, };