From 45154aba318588df7dd96d567b5439da78796524 Mon Sep 17 00:00:00 2001 From: iapyang Date: Wed, 16 Dec 2020 10:49:25 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/html/html.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript/base/single/html/html.ts b/typescript/base/single/html/html.ts index aaea2b0ea..f44bb6432 100644 --- a/typescript/base/single/html/html.ts +++ b/typescript/base/single/html/html.ts @@ -1,6 +1,8 @@ import { Single } from "../single"; export declare class Html extends Single { + static xtype: string; + doHighLight(): void; unHighLight(): void;