Browse Source

无JIRA任务 补xtype

es6
windy 4 years ago
parent
commit
b48987d2dd
  1. 3
      typescript/base/single/button/node/textnode.ts

3
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;

Loading…
Cancel
Save