export type BorderLineStyle = "none" | "thin" | "medium" | "thick" | "dashed" | "dotted" | "double" | "hair";