From b8d75ac26e7cae33e37456b26f377fd67491d114 Mon Sep 17 00:00:00 2001 From: Kobi Date: Wed, 2 Jun 2021 14:40:22 +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/base/single/button/buttons/button.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/single/button/buttons/button.ts b/typescript/base/single/button/buttons/button.ts index f4cf8de03..568015305 100644 --- a/typescript/base/single/button/buttons/button.ts +++ b/typescript/base/single/button/buttons/button.ts @@ -7,6 +7,7 @@ export declare class Button extends BasicButton { static EVENT_CHANGE: string; props: { + text?: string; minWidth?: number; readonly?: boolean; iconCls?: string;