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