From bf5892c249376aaa9cddce2558041263a049d707 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 28 Jul 2021 10:58:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= 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 9e43dbe53..87f7ba35e 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -37,7 +37,7 @@ export declare class BasicButton extends Single { isShadowShowingOnSelected?: boolean; trigger?: string | null; handler?: Function; - bubble?: Function | null; + bubble?: Function | null | string; } & Single['props']; _createShadow(): void;