From ab689b393b6d00c8fa5feafe008903a1229404c6 Mon Sep 17 00:00:00 2001 From: Kobi Date: Thu, 3 Jun 2021 10:55:26 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7828=20=E6=A0=B9=E6=8D=AEcomment?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- typescript/base/single/button/buttons/button.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a0bc787e99..ecbaa152d1 100644 --- a/package.json +++ b/package.json @@ -77,4 +77,4 @@ }, "author": "fanruan", "license": "MIT" -} \ No newline at end of file +} diff --git a/typescript/base/single/button/buttons/button.ts b/typescript/base/single/button/buttons/button.ts index c63a6c84db..55f62ef8b9 100644 --- a/typescript/base/single/button/buttons/button.ts +++ b/typescript/base/single/button/buttons/button.ts @@ -14,8 +14,6 @@ export declare class Button extends BasicButton { block?: boolean; // 是否块状显示,即不显示边框,没有最小宽度的限制 clear?: boolean; // 是否去掉边框和背景 ghost?: boolean; // 是否幽灵显示, 即正常状态无背景 - highLight: boolean, - handler: Function | null, } & AbstractLabel['props'] & IconLabel['props'] & BasicButton['props']; text: Label;