import { Globals, StringHack } from "./index"; /** * The **`-ms-content-zoom-limit-min`** CSS property is a Microsoft extension that specifies the minimum zoom factor. * * **Initial value**: `100%` */ export type MsContentZoomLimitMinProperty = Globals | StringHack;