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