Browse Source

chore: 修改描述

es6
iapyang 3 years ago
parent
commit
e482cfbae6
  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