From 01097645253049af28389b9d1bf67a8fef62e756 Mon Sep 17 00:00:00 2001 From: fay Date: Tue, 23 Nov 2021 11:24:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E7=B1=BB?= =?UTF-8?q?=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.ts index e29d8410c..0829e96ea 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -39,6 +39,7 @@ export declare class BasicButton extends Single { handler?: Function; bubble?: Function | null | string; text?: string; + el: Obj; } & Single['props']; _createShadow(): void;