import { Globals, StringHack } from "./index"; /** * The **`-ms-scroll-snap-points-x`** CSS property is a Microsoft extension that specifies where snap-points will be located along the x-axis. * * **Initial value**: `snapInterval(0px, 100%)` */ export type MsScrollSnapPointsXProperty = Globals | StringHack;