import { Globals, StringHack } from "./index"; /** The **`-ms-content-zoom-snap`** CSS shorthand property is a Microsoft extension that specifies values for the `-ms-content-zoom-snap-type` and `-ms-content-zoom-snap-points` properties. */ export type MsContentZoomSnapProperty = Globals | "mandatory" | "none" | "proximity" | StringHack;