import { Globals, StringHack } from "./index"; /** The **`-ms-content-zoom-limit`** CSS shorthand property is a Microsoft extension that specifies values for the `-ms-content-zoom-limit-min` and `-ms-content-zoom-limit-max` properties. */ export type MsContentZoomLimitProperty = Globals | StringHack;