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