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