From d99d2c3f7a2a5251b06fcc78fd31a98b5306dfc6 Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 23 Nov 2021 14:51:36 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/single/button/button.basic.ts b/typescript/base/single/button/button.basic.ts index 0829e96ea..1c91110c4 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -39,7 +39,7 @@ export declare class BasicButton extends Single { handler?: Function; bubble?: Function | null | string; text?: string; - el: Obj; + el?: Obj; } & Single['props']; _createShadow(): void;