import { Globals } from "./index"; /** * The **`-ms-scroll-translation`** CSS property is a Microsoft extension that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element. * * **Initial value**: `none` */ export type MsScrollTranslationProperty = Globals | "none" | "vertical-to-horizontal";