Browse Source

Pull request #2327: 无JIRA任务 修改描述

Merge in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '414144f004e0792c41b51d7e1b720d355ab0f57f':
  chore: 修改描述
es6
Teller 3 years ago
parent
commit
69f97f87b5
  1. 4
      typescript/base/single/text.ts

4
typescript/base/single/text.ts

@ -3,6 +3,10 @@ import { Single } from "./single";
export declare class Text extends Single {
static xtype: string;
static addTextFormatter: (fn: (str: string) => string) => void;
static formatText: (str: string) => string;
props: {
text?: string;
textAlign?: "left" | "center" | "right",

Loading…
Cancel
Save