From 582fb7629af5b65810478821fe862574da43e226 Mon Sep 17 00:00:00 2001 From: iapyang Date: Tue, 9 Mar 2021 15:28:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/button/button.basic.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.ts index 3d15bd2dd..00f0e70cf 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -3,6 +3,8 @@ import { Single } from "../single"; export declare class BasicButton extends Single { static EVENT_CHANGE: string; + static xtype: string; + _createShadow(): void; bindEvent(): void;