From ca851d37e5994d3245e266aea4c925a8a1a378f2 Mon Sep 17 00:00:00 2001 From: Kobi Date: Wed, 19 May 2021 14:57:47 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7828=20=E8=A1=A5=E5=85=85=E4=B8=80?= =?UTF-8?q?=E4=B8=8B=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/index.ts b/typescript/index.ts index cc436ff666..5a35dde5a5 100644 --- a/typescript/index.ts +++ b/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 {