From bb0c375901cc1e3f86621996649fbdb8fdf22228 Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 11 Dec 2020 16:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20IconTextIconItem=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/index.ts b/typescript/index.ts index 1a96119a9..7b2e66872 100644 --- a/typescript/index.ts +++ b/typescript/index.ts @@ -108,6 +108,7 @@ export interface BI extends _func, _i18n, _base, _inject { Icon: typeof Icon; LeftVerticalAdaptLayout: ClassConstructor<_LeftVerticalAdapt>; LeftRightVerticalAdapt: typeof LeftRightVerticalAdapt; + IconTextIconItem: typeof IconTextIconItem; } export default {