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