export type CellAlignType = "center" | "left" | "right"; export type CellTagNameType = "td" | "th";