* commit '74f72bb1747865cf54630d2cc68c764c27e9a70b': chore: 类型补充
@ -4,7 +4,7 @@ export declare class AbstractLabel extends Single {
static xtype: string;
props: {
textAlign?: "left" | "center" | "right";
textAlign?: "left" | "center" | "right" | "justify";
whiteSpace?: "nowrap" | "normal";
textWidth?: number | null;
textHeight?: number | null;