From 4850d55b8a578c9bd52f863072421525af5c6e74 Mon Sep 17 00:00:00 2001 From: Kira Date: Tue, 18 May 2021 10:47:37 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7826=20refactor:=20props=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/button/button.basic.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.ts index 2914425d3..9e43dbe53 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -6,7 +6,6 @@ export declare class BasicButton extends Single { static xtype: string; props: { - value?: string; stopEvent?: boolean; stopPropagation?: boolean; selected?: boolean;