From 63c487eeb1ca20f415dbac17dbfbd639e0460299 Mon Sep 17 00:00:00 2001 From: youki Date: Fri, 11 Dec 2020 16:14:48 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6465=20=E8=A1=A5=E5=85=85=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/label/label.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/typescript/base/single/label/label.ts b/typescript/base/single/label/label.ts index a6fc4decf..17212a5c6 100644 --- a/typescript/base/single/label/label.ts +++ b/typescript/base/single/label/label.ts @@ -6,8 +6,4 @@ export interface _Label extends _AbstractLabel { unRedMark(...args: any[]): void } -export declare class Label extends AbstractLabel { - doRedMark(...args: any[]): void; - - unRedMark(...args: any[]): void -} +export declare class Label extends AbstractLabel {}