From f20c33015c5732b2f852eb9723f5fe654b947743 Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 11 Dec 2020 14:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/icon/icon.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/typescript/base/single/icon/icon.ts b/typescript/base/single/icon/icon.ts index 72af8be06..14877d87a 100644 --- a/typescript/base/single/icon/icon.ts +++ b/typescript/base/single/icon/icon.ts @@ -2,8 +2,6 @@ import { Single } from "../single"; export declare class Icon extends Single { static xtype: string; - - _defaultConfig(..._args: any[]): { [key: string]: any } | {}; - _init(): void; + _defaultConfig(..._args: any[]): { [key: string]: any } | {}; }