From 943ff0661baddfc72bb20f747c4221941aef7e3e Mon Sep 17 00:00:00 2001 From: Kobi Date: Wed, 16 Jun 2021 18:38:40 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7828=20=E8=A1=A5=E5=85=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/single/button/listitem/blankicontextitem.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/typescript/base/single/button/listitem/blankicontextitem.ts b/typescript/base/single/button/listitem/blankicontextitem.ts index 9f56ef513..f979f94a6 100644 --- a/typescript/base/single/button/listitem/blankicontextitem.ts +++ b/typescript/base/single/button/listitem/blankicontextitem.ts @@ -4,6 +4,18 @@ export declare class BlankIconTextItem extends BasicButton { static xtype: string; static EVENT_CHANGE: string; + props: { + blankWidth?: number; + iconHeight?: number | null; + iconWidth?: number | null; + textHgap?: number; + textVgap?: number; + textLgap?: number; + textRgap?: number; + text?: string; + keyword?: string; + } & BasicButton['props']; + doClick(): void; setValue(): void;