From b48987d2ddd272768d474623afb4a4ab5f996ee8 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 21 Jan 2021 18:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E8=A1=A5xtyp?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/button/node/textnode.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typescript/base/single/button/node/textnode.ts b/typescript/base/single/button/node/textnode.ts index fcf65378d..21d22aed3 100644 --- a/typescript/base/single/button/node/textnode.ts +++ b/typescript/base/single/button/node/textnode.ts @@ -1,6 +1,9 @@ import { NodeButton } from "../button.node"; export declare class TextNode extends NodeButton { + + static xtype: string; + setText(b: string): void; getText(): string;