From 4b83130bf6f70671f657507395fbaad9634edcec Mon Sep 17 00:00:00 2001 From: Mio Date: Sun, 13 Dec 2020 22:40:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/button/buttons/button.icon.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/single/button/buttons/button.icon.ts b/typescript/base/single/button/buttons/button.icon.ts index c4e6c5da7..035657bdb 100644 --- a/typescript/base/single/button/buttons/button.icon.ts +++ b/typescript/base/single/button/buttons/button.icon.ts @@ -2,4 +2,5 @@ import { BasicButton } from "../button.basic"; export declare class IconButton extends BasicButton { static xtype: string; + static EVENT_CHANGE: string; }