import { Globals, StringHack } from "./index"; /** * The **`-ms-content-zoom-limit-max`** CSS property is a Microsoft extension that specifies the selected elements' maximum zoom factor. * * **Initial value**: `400%` */ export type MsContentZoomLimitMaxProperty = Globals | StringHack;