import { Globals, StringHack } from "./index"; /** * The **`scroll-snap-points-y`** CSS property defines the vertical positioning of snap points within the content of the scroll container they are applied to. * * **Initial value**: `none` * * @deprecated */ export type ScrollSnapPointsYProperty = Globals | "none" | StringHack;