From e3007c58b06236a963611ee312148b8ea872ed4a Mon Sep 17 00:00:00 2001 From: alan Date: Fri, 11 Dec 2020 14:50:23 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/typescript/base/single/icon/icon.ts b/typescript/base/single/icon/icon.ts index 14877d87a..77f8ccc99 100644 --- a/typescript/base/single/icon/icon.ts +++ b/typescript/base/single/icon/icon.ts @@ -2,6 +2,4 @@ import { Single } from "../single"; export declare class Icon extends Single { static xtype: string; - - _defaultConfig(..._args: any[]): { [key: string]: any } | {}; }