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