export type LineHeightStyleType = { css?: string; value?: number; unit?: LineHeightStyleUnitType; }; export type LineHeightStyleUnitType = "px" | "rem" | "%" | "vh" | "vw";