From d7559e5634605f2503c27d79faa239f24d3bed78 Mon Sep 17 00:00:00 2001 From: Kira Date: Mon, 6 Sep 2021 09:59:16 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A3=B0=E6=98=8E?= 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 87f7ba35e..e29d8410c 100644 --- a/typescript/base/single/button/button.basic.ts +++ b/typescript/base/single/button/button.basic.ts @@ -38,6 +38,7 @@ export declare class BasicButton extends Single { trigger?: string | null; handler?: Function; bubble?: Function | null | string; + text?: string; } & Single['props']; _createShadow(): void;