import { StringHack, Globals, Position } from "./index"; /** * The **`scroll-snap-destination`** CSS property defines the position in x and y coordinates within the scroll container's visual viewport which element snap points align with. * * **Initial value**: `0px 0px` * * @deprecated */ export type ScrollSnapDestinationProperty = Globals | Position;