import { Globals } from "./index"; /** * The **`-ms-scroll-rails`** CSS property is a Microsoft extension that specifies whether scrolling locks to the primary axis of motion. * * **Initial value**: `railed` */ export type MsScrollRailsProperty = Globals | "none" | "railed";