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