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