Type Alias AlignType Declaration export declare type AlignType = "right" | "left" | "bottom" | "top" | "verticalCenter" | "horizontalCenter";