import { StringHack, Globals } from "./index"; /** * The **`-ms-scroll-limit-y-max`** CSS property is a Microsoft extension that specifies the maximum value for the `Element.scrollTop` property. * * **Initial value**: `auto` */ export type MsScrollLimitYMaxProperty = Globals | TLength | "auto";