From d1f2a3c220c5acf718b0aa89d8d3365bada8e1b8 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 18 Dec 2020 15:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, };