export type AlignmentType = "both" | "center" | "distribute" | "start" | "end" | "left" | "right" | "justified";